[powerdot] Re: porting HA-prosper files to powerdot

  • From: Chris Ellison <chris.ellison@xxxxxxxxx>
  • To: powerdot@xxxxxxxxxxxxx
  • Date: Mon, 31 Oct 2005 14:37:53 -0800

On 10/31/05, Johannes Brauer <brauer@xxxxxxxxxxxxxxx> wrote:
>
> using the size option makes all the text smaller not only the slide toc
> text. This is not what I want.


True...I assumed the size change was acceptable.

By default, tocfont=\tiny\raggedright
By default, \documentclass[size=11pt]{powerdot}

You want the tocfont to be smaller. Basically, you need to change the
tocfont declaration. From size10.clo,

\newcommand\tiny{\@setfontsize\tiny\@vpt\@vipt}

So, you should change tocfont to be something like this:

tocfont=\@setfontsize\tiny\@vpt\@vipt\raggedright

This will make the tocfont to have the size of \tiny when using size=10pt.

If you want, you could just redefine \tiny as well, but this will change the
size of \tiny everywhere in the document rather than just in the toc.

Does that help?
Chris

Other related posts: