A letter class that utilizes {fancyhdr} and {geometry} to generate letterhead stationery for writing letters, fax, and memos.
3
votes
1answer
114 views
Blank page when using newlfm and pdfpages
I am using newlfm for a document and am also loading pdfpages to append some external PDF files to the end of this document. My problem is that I get a blank page at the end of the document, ...
1
vote
1answer
126 views
Remove header and footer lines in newlfm
I'm trying to write a cover letter using the newlfm document class.
It's okay for the letter but every page introduces a hideous top and bottom rule line. Has anyone used this and knows how to ...
2
votes
1answer
114 views
Can't Left Align Date with newlfm.cls [duplicate]
Possible Duplicate:
Tex Cover Letter Doesn’t Display “Sincerely, My Name”
Here is what my current output looks like:
I can't get the date on top to align with the text, that date is ...
2
votes
1answer
102 views
Can't Remove Date from newlfm
The date in the picture below is still appearing. If I remove the \begin{newlfm} and \end{newlfm} lines, it removes the date. But I also need to have things in my newlfm like the body of my cover ...
3
votes
1answer
337 views
Tex Cover Letter Doesn't Display “Sincerely, My Name”
I'm using the cover letter example from this website: http://www.matthewjmiller.net/howtos/customized-cover-letter-scripts/
What it should look like and the source of the tex is on that website, I ...
7
votes
2answers
195 views
How can I supress horizontal rules in newlfm letterhead?
I'm trying to use the newlfm package to put together a LaTeX letterhead. (Thankfully, my college's letterhead is text-only, so I don't have to worry about fancy logos or the like.) I've gotten ...
5
votes
2answers
164 views
Sectioning in letter-type documents
I want to use sectioning in letters (section, subsection, etc), but here I read that basically all of these sectioning commands do not apply to letters. What is the proper way to create sections in ...
5
votes
2answers
361 views
How to use the geometry package with newlfm documents?
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 ...
3
votes
1answer
278 views
Newlfm class and indentation
I am trying to write cover letter using Latex, I found out about newlfm class, I almost got what I wanted, but I can't make him indent any paragraphs.
What I want is to get first line of every ...
2
votes
2answers
495 views
newlfm date annoyance
I have been using newlfm a part of TeXLive since 2007 for my official correspondence. I noticed that newlfm broke backward compatibility since TeXLive 2009. I read documentation (which is very long) ...
1
vote
1answer
185 views
newlfm - addrfrom and addrto on the same vertical height
Is there a way to put addrfrom and addrto on the same vertical height when one of them is left-justified and another is aligned to the right? This is basically the layout I'm trying to achieve:
...
5
votes
1answer
2k views
Positioning signature on left in letter
I have this letter template, I found online.
\documentclass[11pt,stdletter]{newlfm}
\usepackage{charter}
\widowpenalty=1000
\clubpenalty=1000
\newlfmP{headermarginskip=15pt}
\newlfmP{sigsize=25pt}
...
1
vote
1answer
254 views
Does newlfm define \InfoPathName?
I'm getting an error:
! Undefined control sequence.
l.12 \InfoFileName
{db.tex}
For background \InfoFileName is the macro used to change where newlfm gets its address information ...