Prosper
Examples of prosper styles can be viewed on the prosper web site.
To use prosper you create a latex document in the prosper style and then process it with latex. You then process the resulting dvi file with dvips and finally convert it to PDF with ps2pdf.
- Example PDF file - you may need to download it first and open it in acrobat directly as it automatically puts acrobat into full screen mode
- LaTeX source for example
To process the example tex file use the commands
latex prosperdemo.tex
dvips -o prosperdemo.ps prosperdemo
ps2pdf prosperdemo.ps
