mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 04:31:11 -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}
|
||||
\setlength{\unitlength}{1mm}
|
||||
\noindent\begin{picture}(0,0)(1,-1)
|
||||
\put(-16.3,-265){\includegraphics[width=1.33\linewidth]{cover/cover-page.jpg}}
|
||||
\end{picture}
|
||||
\makeatletter
|
||||
\if@twoside%
|
||||
\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
|
||||
\thispagestyle{empty}
|
||||
|
||||
Reference in New Issue
Block a user