Text FormattingLetter ending - unwanted second empty page

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
byxx
Posts: 11
Joined: Tue Nov 20, 2018 4:28 am

Letter ending - unwanted second empty page

Post by byxx »

Dear Forum,

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
Windows 10
TexMaker (TexLive Installation)
occupation: Music Analysis and teaching material with scores

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

Letter ending - unwanted second empty page

Post by Ijon Tichy »

Maybe your usage of \closing is wrong. Usually this is a command with argument and used like \closing{Regards}. But as you have not posted a Infominimal working example but only a code snippet, we even do not know which letter class or package you are using. So this thought is highly speculative.

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.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
Post Reply