<div>On Thu, Oct 7, 2010 at 8:45 PM, Peter Dyballa <span dir="ltr"><<a href="mailto:Peter_Dyballa@web.de" target="_blank">Peter_Dyballa@web.de</a>></span> wrote:</div><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
Am 07.10.2010 um 19:51 schrieb Antonio Cosma:<div><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Package hyperref Warning: Option `a4paper' is no longer used (line 276 in my<br>
log file).<br>
***<br>
It seems that hyperref is overruling the a4paper option<br>
</blockquote>
<br>
<br></div>
No. It definitely does not. (Before, on the quiet, it indeed wrote the paper size into the PDF output, but *this* exactly is *not* the mission of the hyperref package.) Maybe prosper is doing something which was overruled by hyperref before.<br>


<br>
There are some obstinate things in LaTeX with the paper size (remember: TeX and the Lamport macros were written to create output on proprietary formats like "letter", "ledger", etc.). It's not enough to set it in tlmgr, you better either<br>


<br>
• specify the paper size when loading the class<br>
• load geometry which takes the default size from /usr/local/texlive/texmf-local/tex/latex/geometry/geometry.cfg (contents: \ExecuteOptions{a4paper})<br>
<br>
--<br>
Greetings<br>
<br>
  Pete<br>
<br>
Well begun is half done.<br>
                        – Optimist.<br>
Half done is well begun.<br>
                        – Realist.<br>
Half begun is well done.<br>
                        – Australian.<br>
<br><br></blockquote><div><br></div>Dear all<div><br></div><div>Francis Tibayungwa found the solution but could not post it on the list, so I try just in case somebody runs into the same problem. I followed his instructions except:</div>
<div>- instead of changing the original prosper.cls, I copied it in</div><div>~/Library/texmf/tex/latex/prosper/prosper.cls and made the changes there;</div><div>- In my case commenting out "\renewcommand{\slideleftmargin}{0.01in}" was not needed.</div>
<div><br></div><div>Thanks to Pete for suggesting another solution</div><div><br></div><div>**********************************</div><div>begins Francis's message</div><div>**********************************</div><div>
<br></div><div><div>Hi, </div><div>I saw your post on TeX on Mac OS X, tried to post my response but failed. here it is. </div><div>Search prosper.cls for the following code:</div><div>----------------------------------------------</div>
<div>\RequirePackage[\@pdf@driver,bookmarks,%</div><div>             a4paper,%</div><div>%                pdfmenubar=false,%</div><div>              pdfhighlight=/I,%</div><div>%                pdftoolbar=false,%</div><div>
              pdffitwindow=true,%</div><div>              pdfcenterwindow=true,%</div><div>%                pdfwindowui=false,%</div><div>              menucolor=menucolor,%</div><div>%                pdfview=Fit,%</div><div>
              pdfstartview=Fit]{hyperref} </div><div>\rotateheaderstrue</div><div>\slidewidth=222mm</div><div>\slideheight=150mm</div><div>\renewcommand{\slideleftmargin}{0.01in}</div><div>---------------------------------------------------</div>
<div>Comment out  "a4paper", the warning message goes away.</div><div>To center your pdf output, replace "222mm" with 202.5mm (or just play with the figures till you get what you want) and comment out "\renewcommand{\slideleftmargin}{0.01in}". </div>
<div>To use a4paper, add "-t a4" as an argument to DviPs. </div><div><br></div><div>Good luck!</div><div>--------------------------------</div><div>Francis Tibayungwa</div></div><div><br></div><div> </div></div>
<br></div>