I am using the newlfm letter documentclass, and try loading the geometry package. This returns the following error:
! LaTeX Error: Command \geometry already defined.
What I want to do is put more space (margin) between the text and the top of the page. A MWE is provided below:
\documentclass{newlfm}\usepackage[margin=0mm, top=2mm]{geometry}\begin{document}\begin{letter}{Recipient Company\\ Recipient Address}\opening{Dear Sir or Madam,}Here goes the letter content\end{letter}\end{document}
What am I doing wrong?