Search found 5 matches

by wfitzgerald
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.
by wfitzgerald
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=,".
by wfitzgerald
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.
by wfitzgerald
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

Code: Select all

\endfirsthead
and to manually define where to create a new page.
by wfitzgerald
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 ...