On Sun, Dec 15, 2002 at 12:09:57AM -0500, Nirmal Govind wrote:
> Thanks Herbert.. unfortunately I still can't get the font changed on the
> title of each slide.. I guess the title isn't one of the "section"s? 

If you use my modified pdfscreen, then the definition of the slide command is:

\def\slideheading#1{%
\vspace{-0.7in}%
\color{\headingcolor}%
\begin{center}\large\bfseries #1\end{center}\vspace{0.5in}%
\color{\bodycolor}%
}

So just add your font command before the #1.
Another option is to use the following:

\let\oldslideheading=\slideheading
\renewcommand{\slideheading}[1]{\oldslideheading{<font command>#1}}

Reply via email to