Page LayoutQuery: Disable powerdot slide numbers.

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
wfitzgerald
Posts: 5
Joined: Sat Apr 17, 2010 4:22 pm

Query: Disable powerdot slide numbers.

Post by wfitzgerald »

Dear Experts,

I use powerdot to create presentations on a Ubuntu machine.

Is there away to disable/turn off slide numbers?

thanks,
Will.
Last edited by wfitzgerald on Tue Jan 25, 2011 10:22 pm, 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

wfitzgerald
Posts: 5
Joined: Sat Apr 17, 2010 4:22 pm

Re: Query: Disable powerdot slide numbers.

Post by wfitzgerald »

From what I gather, one must modify the powerdot.cls file.

I changed "lf=,cf=,rf=,theslide=\arabic{slide} / \pageref*{lastslide}," to "lf=,cf=,rf=,theslide=,".
CrazyHorse
Posts: 351
Joined: Sat Aug 02, 2008 8:47 am

Query: Disable powerdot slide numbers.

Post by CrazyHorse »

wfitzgerald wrote:From what I gather, one must modify the powerdot.cls file.

I changed "lf=,cf=,rf=,theslide=\arabic{slide} / \pageref*{lastslide}," to "lf=,cf=,rf=,theslide=,".
never change the class file!

Code: Select all

\pdsetup{theslide=}
does the trick

Herbert
wfitzgerald
Posts: 5
Joined: Sat Apr 17, 2010 4:22 pm

Re: Query: Disable powerdot slide numbers.

Post by wfitzgerald »

Thanks Herbert, it done the trick.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Query: Disable powerdot slide numbers.

Post by localghost »

wfitzgerald wrote:Thanks Herbert, it done the trick.
Then lease mark the topic accordingly as written in Section 3 of the Board Rules (to be read before posting).


Thorsten
Post Reply