From ccruz@luna.bu.edu Thu Aug 31 14:44:10 2000 Received: from luna.bu.edu (luna.bu.edu [128.197.42.70]) by argento.bu.edu ((8.9.3.buoit.v1.0)/8.9.3/(BU-S-10/28/1999-v1.0pre2)) with ESMTP id OAA135414 for ; Thu, 31 Aug 2000 14:44:10 -0400 (EDT) Received: from localhost (localhost [[UNIX: localhost]]) by luna.bu.edu (8.9.3/8.9.3) id OAA02193 for cps@argento.bu.edu; Thu, 31 Aug 2000 14:44:10 -0400 From: Luis Cruz-Cruz Reply-To: ccruz@bu.edu Organization: Boston University To: cps@argento.bu.edu Subject: Latex/Tex in the Linux Date: Thu, 31 Aug 2000 14:30:57 -0400 X-Mailer: KMail [version 1.0.29] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00083114441001.01019@luna> Content-Transfer-Encoding: 8bit Status: RO Hi, Since several people have asked me how to avoid the "shifting" of their printouts after latex/tex on the Linux machines, I would like to summarize the procedure below. So, FYI: 1. Compile a latex/tex file: # latex file.tex 2. Examine on the screen (dont print, save paper) the outcome with: # xdvi file.dvi 3. Convert to postscript by: # dvips file.dvi -t letter -o file.ps 4. If you want to convert to postscript only a range of pages (e.g. from page 3 to page 7): # dvips -p3 -l7 file.dvi -t letter -o file.ps 5. Examine (again) on the screen (dont print, save paper) with: # ghostview file.ps 6. Finally print: # lpr -h -Php4a file.ps Use "lpr -h -s -Php4a file.ps" if the file is too big for the printer. - Luis p.s. if you have any style files that could be used by everyone, please let me know and I'll put them in a public place. p.p.s. there is a nice spell checker called "ispell" that does in-line substitutions and can use in addition any given dictionary of words.