Page Layoutprosper | Paper Size A4 not available

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
mimiga123
Posts: 2
Joined: Sat Jul 21, 2012 3:44 am

prosper | Paper Size A4 not available

Post by mimiga123 »

I tried to use prosper to make a presentation. Here is a simple template I tried:

Code: Select all

\documentclass[a4paper,pdf]{prosper}

\begin{document}
\begin{slide}{Starting slide}
show me something;
\end{slide}
\end{document}
However, error occurred

Code: Select all

! Class prosper Error: unknown Prosper style file: PPRa4paper.sty.

See the prosper class documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.381   Sorry, no additional help}}
                                   
? 
Process has been terminated ...

If I delete a4paper and use LaTeX -> dvips -> ps2pdf to compile, the page layout is not symmetric as follows. Anyone could help me? I am just a beginner of LaTeX, thanks in advance.
Attachments
Flawed page layout.
Flawed page layout.
prosper-layout.jpg (32.15 KiB) Viewed 4214 times
Last edited by localghost on Sat Jul 21, 2012 11:35 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

prosper | Paper Size A4 not available

Post by localghost »

The A4 paper size for a presentation makes no sense. Therefore this option is simply not defined. Furthermore the prosper class and the bug fixing HA-prosper package are obsolete. There are more sophisticated classes for presentations.

Best regards and welcome to the board
Thorsten
mimiga123
Posts: 2
Joined: Sat Jul 21, 2012 3:44 am

prosper | Paper Size A4 not available

Post by mimiga123 »

Thanks for your reply. However, I still cannot run powerdot, could you please help me?

Code: Select all

\documentclass{powerdot}

\begin{document}
\begin{slide}{a slide}
Contents of the slide.
\end{slide}
\section{first section}
\begin{slide}[<slide options>]{another slide}
Contents of the slide.
\end{slide}
\begin{note}{personal note}
The note.
\end{note}
\end{document}
Error message:

Code: Select all

Latex Warning: File 'powerdot-default.ps' not found on input line 56
Latex Error: File 'powerdot-default.ps' not found.
I checked the package manager of MIKTeX, powerdot is installed. Thanks a lot.
Last edited by localghost on Sun Jul 22, 2012 12:30 pm, edited 2 times in total.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

prosper | Paper Size A4 not available

Post by localghost »

mimiga123 wrote:[…] Error message:

Code: Select all

Latex Warning: File 'powerdot-default.ps' not found on input line 56
Latex Error: File 'powerdot-default.ps' not found.
I checked the package manager of MIKTeX, powerdot is installed. Thanks a lot.
The mentioned file seems to be missing in your TeX installation. Happened perhaps due to a packaging failure (by the maintainer). Make sure that you have the current version by running an update on your TeX installation and try again. I have no problem with your code sample.

Addendum:
I was able to comprehend the problem on an up-to-date MiKTeX 2.9 system. It really seems that there is a packaging failure. Hence I suggest to write a note to the MiKTeX maintainer.
Post Reply