Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Prosper Presentation: Oversized Slides? [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Arker
Apprentice
Apprentice


Joined: 10 Sep 2002
Posts: 205

PostPosted: Fri Sep 03, 2004 1:14 am    Post subject: Prosper Presentation: Oversized Slides? [SOLVED] Reply with quote

Hello,

I'm working on a slide presentation for my thesis using the LaTeX package Prosper. I'm noticing that the slides, when viewed with acroread in fullscreen mode, seem to be a little bit bigger than my screen. For example, the page number bit in the bottom right corner (2/15, meaning slide 2 of 15) is cut off. This happens no matter which slide style I use, and I know it's possible to fix because I've viewed other presentations on this machine that appear okay.

It's probably a switch to the building commands or something, maybe a prosper option, that I'm missing. Here is what I am building the presentation with:
Code:


# latex presentation.tex
# dvipdf presentation.dvi
# acroread presentation.pdf


And here is my documentclass line:
Code:

\documentclass[autumn,pdf,final,colorBG,slideColor,total]{prosper}


Any ideas?

~djc
_________________
*LIK*

My other computer is your Windows box.


Last edited by Arker on Fri Sep 03, 2004 8:44 pm; edited 1 time in total
Back to top
View user's profile Send private message
Arker
Apprentice
Apprentice


Joined: 10 Sep 2002
Posts: 205

PostPosted: Fri Sep 03, 2004 8:44 pm    Post subject: Reply with quote

I found the answer in the WikiProsper FAQ.

The trick is to specify the paper size as A4 when you generate the document. For example, my new chain of commands is:
Code:

# latex presentation.tex
# dvips -t a4 presentation.dvi -o presentation.ps
# ps2pdf presentation.ps presentation.pdf


That seems to work quite well. The secret is the "-t a4" part of the dvips switches.

Thanks Arker :wink:,
~djc
_________________
*LIK*

My other computer is your Windows box.
Back to top
View user's profile Send private message
bubbas
n00b
n00b


Joined: 29 Dec 2003
Posts: 36
Location: Germany

PostPosted: Sun Jan 02, 2005 12:21 pm    Post subject: Reply with quote

i want to say thanks to you too Arker! It is nice to post the solution for people searching for it in the future.

I had the same problem and your tip worked well.

So thank you :D

salu2

vale
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum