Text Formatting ⇒ Letter ending - unwanted second empty page
Letter ending - unwanted second empty page
here is the ending of my letter.
%[...]
Vielen Dank für Ihren Auftrag.\\
Mit freundlichen Grüßen
\noindent
\includegraphics[width=0.3\textwidth,height=40pt]{Unterschrift}
\closing
%---------------------------------------------------------------------------
%\ps{PS:}
%\encl{Lebenslauf\\ Zeugnisse}
%\cc{}
%---------------------------------------------------------------------------
\end{letter}
%---------------------------------------------------------------------------
\end{document}
%---------------------------------------------------------------------------
I don´t know why there is an additional page in the pdf document. The signature is the last visible item in the pdf on the first page and has some room below.
In my view there is no need for the extra page, that latex generates...
THX
BX
TexMaker (TexLive Installation)
occupation: Music Analysis and teaching material with scores
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Letter ending - unwanted second empty page
\closing
is wrong. Usually this is a command with argument and used like \closing{Regards}
. But as you have not posted a 
BTW: Please read the BBCode help for information about how to mark block code. You can even use the "Select code" button to generate a TeX code area.
