mirror of
https://github.com/fsr/nopanic
synced 2025-01-18 16:01:42 +01:00
cover: let latex make the page bg color (in cmyk or whatever) so it prints properly while the cover gfx can be transparent
This commit is contained in:
parent
58a5d618ee
commit
8f23dbbcd5
2 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
\fi%
|
||||
\thispagestyle{empty} %keine Seitenzahl
|
||||
\color{white}
|
||||
\pagecolor{ese_bg_color}
|
||||
|
||||
\begin{minipage}[t][\textheight][b]{.65\textwidth}
|
||||
\footnotesize
|
||||
|
|
|
@ -44,9 +44,11 @@
|
|||
\vfill
|
||||
}}}
|
||||
\thispagestyle{empty} %keine Seitenzahl
|
||||
\pagecolor{ese_bg_color}
|
||||
\AddToShipoutPictureBG*{\CoverPic}
|
||||
\mbox{} %brauche leeren Content für ne newpage
|
||||
%\newpage
|
||||
\newpage
|
||||
\pagecolor{white}
|
||||
|
||||
% Linklist output
|
||||
% All this stuff needs is immediate to avoid confusion between links on the same page
|
||||
|
|
Loading…
Reference in a new issue