Adding corners to the top as well
This commit is contained in:
parent
4e62abe54d
commit
38d43ce8bb
1 changed files with 19 additions and 3 deletions
|
|
@ -33,9 +33,10 @@
|
||||||
% --- Add corner image depending on odd/even page ---
|
% --- Add corner image depending on odd/even page ---
|
||||||
\newcommand{\AddCornerImage}{%
|
\newcommand{\AddCornerImage}{%
|
||||||
\AddToShipoutPictureBG{%
|
\AddToShipoutPictureBG{%
|
||||||
|
% === Bottom Corner ===
|
||||||
\AtPageLowerLeft{%
|
\AtPageLowerLeft{%
|
||||||
\ifodd\value{page}
|
\ifodd\value{page}
|
||||||
% Odd pages: bottom-right corner, moved up and in 1mm
|
% Odd pages: bottom-right corner (normal), moved up and in 1mm
|
||||||
\put(\LenToUnit{\paperwidth-1.5cm-1mm},1mm){%
|
\put(\LenToUnit{\paperwidth-1.5cm-1mm},1mm){%
|
||||||
\includegraphics[width=1.5cm]{CornerDetail.png}%
|
\includegraphics[width=1.5cm]{CornerDetail.png}%
|
||||||
}%
|
}%
|
||||||
|
|
@ -46,9 +47,24 @@
|
||||||
}%
|
}%
|
||||||
\fi
|
\fi
|
||||||
}%
|
}%
|
||||||
|
% === Top Corner ===
|
||||||
|
\AtPageUpperLeft{%
|
||||||
|
\ifodd\value{page}
|
||||||
|
% Odd pages: top-right corner (mirrored and flipped), moved down and in 1mm
|
||||||
|
\put(\LenToUnit{\paperwidth-1.5cm-1mm},-\LenToUnit{1mm}){%
|
||||||
|
\scalebox{1}[-1]{\includegraphics[width=1.5cm]{CornerDetail.png}}%
|
||||||
|
}%
|
||||||
|
\else
|
||||||
|
% Even pages: top-left corner (flipped), moved down and in 1mm
|
||||||
|
\put(1mm,-\LenToUnit{1mm}){%
|
||||||
|
\reflectbox{\scalebox{1}[-1]{\includegraphics[width=1.5cm]{CornerDetail.png}}}%
|
||||||
|
}%
|
||||||
|
\fi
|
||||||
|
}%
|
||||||
}%
|
}%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
\newcommand{\linedpage}{%
|
\newcommand{\linedpage}{%
|
||||||
\noindent
|
\noindent
|
||||||
\foreach \n in {1,...,10}{%
|
\foreach \n in {1,...,10}{%
|
||||||
|
|
@ -58,7 +74,7 @@
|
||||||
|
|
||||||
\newcommand{\linedpagetwo}{%
|
\newcommand{\linedpagetwo}{%
|
||||||
\noindent
|
\noindent
|
||||||
\foreach \n in {1,...,19}{%
|
\foreach \n in {1,...,30}{%
|
||||||
\rule{\textwidth}{0.4pt}\\[\baselineskip]
|
\rule{\textwidth}{0.4pt}\\[\baselineskip]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -335,7 +351,7 @@ Within a Commons, once the external entity has been assigned Private Property ri
|
||||||
|
|
||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
||||||
\section{HOW-TO Build Common Workshop}
|
\section{HOW-TO Build Common - A Workshop}
|
||||||
|
|
||||||
|
|
||||||
Lets imagine we would actually like to put these ideas into practice.
|
Lets imagine we would actually like to put these ideas into practice.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue