The tag has no wiki summary.

learn more… | top users | synonyms

23
votes
3answers
6k views

PDF letterhead as document background

My institution's letterhead is available as a PDF file. The PDF is not just of the logo (to be placed in a corner), but of the entire page. Is it possible to make this PDF the background of the ...
16
votes
2answers
571 views

Creating letters with zero-margin colored headers, in addition to the regular letterhead

I'm trying to use LaTeX for creating corporate letters. What I have found is that there are many tools to write letters, but they are mostly focused on letters of more personal nature rather than ...
9
votes
3answers
260 views

Output TeX into a PDF template

I'm writing a cover letter that I want to have on university letterhead, which I have a full-sized electronic copy of (in PDF as well as JPG). Is there an easy way to make TeX do this?
8
votes
3answers
1k views

Business letter template with letterhead on the side

Is there a template for a letter that allows for the letterhead to have some of its elements on the side (in the left/right margin) in a vertical column or sidebar including a business logo? Somewhat ...
7
votes
2answers
199 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 ...
6
votes
3answers
181 views

How can I position the letterhead at the top of the page? [duplicate]

Possible Duplicate: Reducing white space above date in Letter Class I am using the following cover letter template: http://www.rpi.edu/dept/arc/training/latex/resumes/let9b.tex On line 33, ...
5
votes
1answer
432 views

Beautiful letterhead

How can I create a beautiful letterhead from the article class using say header or footer . I do not want to use letter class due to limitations. The letterhead should look outstanding.
4
votes
3answers
1k views

Flush a left-flushed box right

I would like to put an address in my document as follows: | | | Name | | Street #| | City | | ...
4
votes
2answers
461 views

Letterhead creation query

I am new to Latex but wish to learn more. Does anyone here know how to create a letterhead using Latex? It will consist of a small image on the top left-hand side of each page and some text to the ...
4
votes
2answers
506 views

What is the right way to place a box at a specific location?

I have a box \mybox that contains a letterhead. The dimensions of the box are 7" by 1" (and depth 0pt). The box is going to be used only inside my letterhead macro: \DeclareRobustCommand\letterhead{% ...
3
votes
1answer
156 views

Recreating a letterhead

I am using a .cls template to generate a letterhead for my resume, by the following snippet: \def\namefont{\huge\bf} \def\@linename{\begingroup \def\\{, } {\namefont\@name} \vskip 2pt ...
1
vote
1answer
36 views

Spacing issues with letterhead background

I have a letterhead background that I use on cover letters. I am having spacing issues with some text being obscured by the letterhead image. I have tried using \\, \\*, vspace{5in} etc to no avail. ...
1
vote
1answer
78 views

\hat over italic letters is not centered horizontally

When using $\hat{a}$ in LaTeX, the hat is actually aligned slightly left of the a's true head… Is there any common way to fix this? As I think that this is a common issue, I didn't screenshot ...
0
votes
1answer
356 views

How does one make a proper static flowfram letterhead?

Using the flowfram package, I have created a two page document where on the first page there is only one column and on the second page there are two columns. What I am trying to do now is create a ...
0
votes
1answer
699 views

Building own letterhead

I'm building my own letterhead with LaTeX. I would have: a first page with header and footer from second page ahead, just header, but different from first page. I've already built a one page ...