[CLUE-Tech] envelope printing?

Todd A. Gibson tgibson at augustcouncil.com
Fri Dec 7 10:31:02 MST 2001


On Fri, Dec 07, 2001 at 07:54:59AM -0700, Dave Price wrote:
> good morning,
> 
> would anyone on the list like to share some advice on how they print
> envelopes on a laserjet?                 
> 
> i would like to find an easier way, that does not use star-office or any
> other GUI - something ascii based.  i have been told that this can be
> done with latex or troff, but have no idea how to proceed from there.
> 

Here's a latex file that should do the trick.  
1) Save the text below out to "envelope.tex"
2) Type: latex envelope
3) Type: dvips envelope.dvi
It should come out on your default (hopefully postscript) printer.
A little scripting, and you could easily automate it for printing
envelopes from an address file.
-TAG

\documentclass{article}
\usepackage{graphics}
\setlength{\topmargin}{0.0in} 
\setlength{\textheight}{11.0in}
\setlength{\textwidth}{8.0in}
\setlength{\oddsidemargin}{-1.0in}

\begin{document}

\thispagestyle{empty}

\rotatebox{90}{\hbox{
\parbox[t]{7.6cm}{\small \bf   
Todd A. Gibson \\
August Council, LLC  \\
6 Columbine Lane\\
Littleton, CO 80123
}
\hspace*{0.0in}
\parbox[t]{10cm}{\vspace*{1.8in}
                 \Large \bf 
Mr. Ralph Ralphson\\
826 Top-o-the-morning Lane  \\
Fun Times Toy Company \\
Novato, CA  94947
}
}}
\end{document}





More information about the clue-tech mailing list