Quote:
Originally Posted by pietvo
The following code does that:
Code:
\usepackage[absolute]{textpos}
...
\thispagestyle{empty}
\begin{textblock*}{\paperwidth}(0mm,0mm)
\noindent\includegraphics[width=\paperwidth,height=\paperheight]{cover.jpg}
\end{textblock*}
\null
\clearpage
|
Thanks, that did the trick!
Now I need to clean up my HTML a bit, as I noticed I'm using different name classes for the same functions

(across my sources, that is)