[CLUE-Tech] envelope printing?
    Mike 
    mikeg at chisp.net
       
    Sat Dec  8 18:30:45 MST 2001
    
    
  
There is a package for LaTeX called EnvLab for printing labels and
envelopes. It follows U.S Postal Service rules for printing barcodes and
address formatting along with numerous options. Search for it at at
http://www.ctan.org. Follow Todd's directions for running latex and
printing. Alternatively, you can run
$ dvips envelope.dvi -o
to create "envelope.ps" and then view before printing with
$ gv envelope.ps 
Good Luck!
mg
Here's an example using the EnvLab package:
\documentclass[12pt]{letter}
\usepackage[businessenvelope]{envlab}
\makelabels
\begin{document}
\startlabels
\mlabel{
	Mike Gant\\
        160 E. 111th Pl\\
        Northglenn, CO 80233
        }
	{Joe Smith\\
        543 Elm St\\
        Anywhere, USA 12345
        }
\end{document}
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.
> 
> tia
> 
> aloha,
> dave
> 
> 
> _______________________________________________
> CLUE-Tech mailing list
> CLUE-Tech at clue.denver.co.us
> http://clue.denver.co.us/mailman/listinfo/clue-tech
    
    
More information about the clue-tech
mailing list