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:
cedounet
2023-08-21 13:59:23 +01:00
committed by GitHub
parent de02adb4c7
commit ed4b607a46

View File

@@ -1,8 +1,16 @@
\thispagestyle{empty} \thispagestyle{empty}
\setlength{\unitlength}{1mm} \setlength{\unitlength}{1mm}
\noindent\begin{picture}(0,0)(1,-1) \makeatletter
\put(-16.3,-265){\includegraphics[width=1.33\linewidth]{cover/cover-page.jpg}} \if@twoside%
\end{picture} \noindent\begin{picture}(0,0)(1,-1)
\put(-16.3,-265){\includegraphics[width=1.33\linewidth]{cover/cover-page.jpg}}
\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}