[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: latex & prosper



On Mon, Dec 29, 2003 at 02:43:02PM +0100, Roman Joost wrote:
   >
   > Find enclosed my Makefile to produce prosper PDF files. Hope it will
   > help ...
   > 

Will this not be easier?

    FILE = presentation
    
    all: pdf
    
    clean: 
    	rm -rf *.dvi
    	rm -rf *.pdf
    	rm -rf *.log
    	rm -rf *.out
    
    pdf: 
    	latex $(FILE)
    	latex $(FILE)
    	dvips -Ppdf -G0 $(FILE) -o $(FILE).ps
    	ps2pdf -dPDFsettings=/prepress $(FILE).ps $(FILE).pdf

Running latex twice on the file is better as that takes care of
cross-references if any.

Regards,

-- 
Sridhar M.A.                            GPG KeyID : F0225B2C
  Fingerprint: F7CC 61A8 C6C1 D29C 2863  4E20 8A78 A19D F022

"Ahead warp factor 1"
- Captain Kirk

Attachment: signature.asc
Description: Digital signature


Reply to: