this is some basic code for a letter I'm trying to produce. According to the documentation, the letrinfo.tex file is supposed to go into the Tex path. I'm using TexShop on Mac Os 10.6. Looking into the Texlive utility > Preferences menu there is a path listed there, i.e. "HD > usr> texbin". So I put it there. Although I also found a tex path elsewhere in my file hierarchy and put it there as well.
Regardless, the following code chokes on \setadrto and \setadrfrom responding with unidentified control sequence. Address IDs CCX and LVB are in the letrinfo.tex file that is provided.
Any assistance is appreciated! Yours,
Simon Kiss
Code: Select all
\documentclass[stdletter]{newlfm}
\newlfmP{noLines}
\greetto{Dear Name}\closeline{Yours truly,}
\begin{document}
\setadrto{\addrCCX}
\setadrfrom{\addrLVB}
\begin{newlfm}
Test
\end{newlfm}
\end{document}