On Mon, Dec 29, 2003 at 08:29:21PM +0530, Sridhar M.A. wrote:
 
> 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,
> 
Well, you're right. I run the Makefile for myself twice (or as much as
possible) if there are some crossreferences which needs to be fixed ...

Greetings,
-- 
Roman Joost
www: http://www.romanofski.de
email: [EMAIL PROTECTED]

Attachment: signature.asc
Description: Digital signature

Reply via email to