Search found 5 matches
- Tue Jan 25, 2011 6:59 pm
- Forum: Page Layout
- Topic: Query: Disable powerdot slide numbers.
- Replies: 4
- Views: 3401
Re: Query: Disable powerdot slide numbers.
Thanks Herbert, it done the trick.
- Tue Jan 25, 2011 4:01 pm
- Forum: Page Layout
- Topic: Query: Disable powerdot slide numbers.
- Replies: 4
- Views: 3401
Re: Query: Disable powerdot slide numbers.
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=,".
I changed "lf=,cf=,rf=,theslide=\arabic{slide} / \pageref*{lastslide}," to "lf=,cf=,rf=,theslide=,".
- Tue Jan 25, 2011 12:12 pm
- Forum: Page Layout
- Topic: Query: Disable powerdot slide numbers.
- Replies: 4
- Views: 3401
Query: Disable powerdot slide numbers.
Dear Experts,
I use powerdot to create presentations on a Ubuntu machine.
Is there away to disable/turn off slide numbers?
thanks,
Will.
I use powerdot to create presentations on a Ubuntu machine.
Is there away to disable/turn off slide numbers?
thanks,
Will.
- Sat Apr 17, 2010 8:22 pm
- Forum: Graphics, Figures & Tables
- Topic: Query with complex longtable formatting
- Replies: 1
- Views: 1464
Query with complex longtable formatting
Solution was not to specify any parameters for
and to manually define where to create a new page.
Code: Select all
\endfirsthead
- Sat Apr 17, 2010 4:30 pm
- Forum: Graphics, Figures & Tables
- Topic: Query with complex longtable formatting
- Replies: 1
- Views: 1464
Query with complex longtable formatting
Dear Latex Experts,
I have a table that I intend to span multiple (landscape) pages.
I understand that I can use the following package:
\usepackage{longtable}
Examples I have seen, assume that there is only one row of column names and all data rows comply with that initial row of column names ...
I have a table that I intend to span multiple (landscape) pages.
I understand that I can use the following package:
\usepackage{longtable}
Examples I have seen, assume that there is only one row of column names and all data rows comply with that initial row of column names ...