hi guys,

i am putting together a layout file for a local letter class file we use

my latex file should look like this:

\documentclass{ourletter}
\signature{My name}
\begin{document}
\begin{letter}{An \\ Address \\ Here}
\opening{Dear,}
Some text here
\closing{Sincerely,}
\cc{Someone}
\end{letter} 
\end{document}

i was wondering whether it is possible to handle the stuff in the preamble like

\signature{My name}

through a layout in the main text?

thanks!

regards, ed.

Reply via email to