home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.emacs:3086 comp.text.tex:11211 gnu.emacs.help:4131
- Newsgroups: comp.emacs,comp.text.tex,gnu.emacs.help
- Path: sparky!uunet!gatech!concert!uvaarpa!murdoch!usenet
- From: awb7h@fermi.clas.Virginia.EDU (Andrew William Bartelt)
- Subject: Printing a LaTeX document within GNU Emacs
- Message-ID: <1992Sep15.003720.28013@murdoch.acc.Virginia.EDU>
- Sender: usenet@murdoch.acc.Virginia.EDU
- Organization: University of Virginia
- Date: Tue, 15 Sep 1992 00:37:20 GMT
- Lines: 20
-
-
- I use GNU Emacs in LaTeX mode to edit my LaTeX documents. The
- TeX-dvi-print-command is "lpr -d" where -d indicates the printer
- should print a .dvi file. Unfortunately the printer I am using can't
- support this option. What I currently due is type
- dvips file_name.dvi | lpr
- from the shell in Unix.
- Is there any way to change the Tex-dvi-print-command to
- dvips $FILE | lpr
- or something like that.
-
- It is not a big deal to have to execute the shell in order to print
- documents, I just thought it would be cool if I could do it from
- within GNU Emacs.
-
- Thanks in advance,
- --
- --
- Andrew W. Bartelt UVa: 325 Roberta Gwathmey
- awb7h@virginia.edu Station #1 22904-0008
-