I would like to rotate the title over 45 degrees, and put it in some position on the cover page. The fragment of code I use is:
Code: Select all
\begin{turn}{-45}
\put(200pt,100pt){My report}
\end{turn}
Code: Select all
! A <box> was supposed to be here.
<to be read again>
\unitlength
l.19 \put(200pt,100pt){My report}
something like that. So you might find something missing in
your output. But keep trying; you can fix this later.
One more question: how to make the title in the middle of the page using \put? I tried to use
Code: Select all
\put(\pagewidth/2,100pt){My report}
Thanks in advance!