On Mon, Dec 29, 2003 at 02:13:24AM +0200, gustavo wrote: > Hello > > Please I need some help with LaTeX. > I can't get working prosper class (And other ones that also are for > presentations). > I try every think. For example I was take a 'Example.tex' from > "/usr/doc/prosper/examples/" Find enclosed my Makefile to produce prosper PDF files. Hope it will help ...
Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED]
FILE = presentation.tex
all: pdf
clean:
rm -rf *.dvi
rm -rf *.pdf
rm -rf *.log
rm -rf *.out
pdf:
latex $(FILE)
dvips -Ppdf -G0 presentation.dvi -o presentation.ps
ps2pdf -dPDFsettings=/prepress presentation.ps presentation.pdf
signature.asc
Description: Digital signature

