I recently started using latex for writing letter. But i dont know how to include 'sub:'. Please dont ask me to change the document class 'letter'. For some reason i will use 'letter' class.
My shortened code below:
Code: Select all
\documentclass[a4paper,11pt]{letter}
\begin{document}
\address{Allmandring I, 14A, Zi-04\\ D-70569 Stuttgart}
\begin{letter}
{To\\Human Resources\\
Centre,\\
P O Box\\
D-70569 Stuttgart\\
\opening{Dear Sir/Madam,}
I will write something here.
eagerly waiting for a reply.
\closing{Sincerely,\\
Myname}
\encl{dosuments,\\certificate, and\\All mark sheets}
\end{letter}
\end{document}