Adding corners to the top as well

This commit is contained in:
Kevin Harrington 2025-10-13 15:00:35 -04:00
parent 4e62abe54d
commit 38d43ce8bb

View file

@ -33,9 +33,10 @@
% --- Add corner image depending on odd/even page ---
\newcommand{\AddCornerImage}{%
\AddToShipoutPictureBG{%
% === Bottom Corner ===
\AtPageLowerLeft{%
\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){%
\includegraphics[width=1.5cm]{CornerDetail.png}%
}%
@ -46,9 +47,24 @@
}%
\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}{%
\noindent
\foreach \n in {1,...,10}{%
@ -58,7 +74,7 @@
\newcommand{\linedpagetwo}{%
\noindent
\foreach \n in {1,...,19}{%
\foreach \n in {1,...,30}{%
\rule{\textwidth}{0.4pt}\\[\baselineskip]
}
}
@ -335,7 +351,7 @@ Within a Commons, once the external entity has been assigned Private Property ri
\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.