Producing a DCIS letterhead with LaTeX

Producing a DCIS letterhead with LaTeX

A template for producing a letter on Rutgers DCIS letterhead can be found here. To produce letterhead, you must be in the letterhd group on the faculty machines.

After downloading and editing the file appropriately, you produce a .dvi file with the command:

	latex filename.tex
To preview the letter, you should convert the .dvi file to a Postscript (.ps) file:
	dvips -o filename.ps  filename.dvi
(If you don't specify the output file with the "-o" option, the output will be sent directly to the printer.)

You can preview the output with ghostview:

	ghostview filename.ps

This page last updated November 17, 2002.