mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 12:41:12 -06:00
Fix front-page for one sided printing (#189)
As it is manually placed, is prone to break on evry change of the page geometry... This one looks good though in today's conditions. Co-authored-by: Cedric <ced@awase.ostal>
This commit is contained in:
@@ -1,8 +1,16 @@
|
|||||||
\thispagestyle{empty}
|
\thispagestyle{empty}
|
||||||
\setlength{\unitlength}{1mm}
|
\setlength{\unitlength}{1mm}
|
||||||
|
\makeatletter
|
||||||
|
\if@twoside%
|
||||||
\noindent\begin{picture}(0,0)(1,-1)
|
\noindent\begin{picture}(0,0)(1,-1)
|
||||||
\put(-16.3,-265){\includegraphics[width=1.33\linewidth]{cover/cover-page.jpg}}
|
\put(-16.3,-265){\includegraphics[width=1.33\linewidth]{cover/cover-page.jpg}}
|
||||||
\end{picture}
|
\end{picture}
|
||||||
|
\else%
|
||||||
|
\noindent\begin{picture}(0,0)(1,-1)
|
||||||
|
\put(-23.3,-265){\includegraphics[width=1.33\linewidth]{cover/cover-page.jpg}}
|
||||||
|
\end{picture}
|
||||||
|
\fi%
|
||||||
|
\makeatother
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
\thispagestyle{empty}
|
\thispagestyle{empty}
|
||||||
|
|||||||
Reference in New Issue
Block a user