Re: Changing text font size
[email protected] Mon, 16 Jan 2006 11:53:01 +0530
| Newsgroups | gmane.comp.tex.latex.prosper.user |
|---|---|
| Message-ID | <[email protected]> |
> I have been trying without any luck to change the font size on my
> slides. I tried \ptsize{n} , n = 10 and 12. First before
> \begin{document} and then after. Nothing happens. Is there a way of
> doing this? The header line of my file is:
> \documentclass[ps,blends,final,slideBW,nocolorBG,total]{prosper}
I assume you want to do this globally i.e. you want all slides to be
affected? I'm guessing that the following lines from PPRblends.sty are
determining the size for each slide:
\FontTitle{%
\usefont{T1}{phv}{b}{n}\fontsize{24.88pt}{20pt}\selectfont\ctitle}{%
\usefont{T1}{phv}{b}{n}\fontsize{24.88pt}{20pt}\selectfont\ctitle}
\FontText{%
\black\usefont{T1}{phv}{m}{n}\fontsize{14.4pt}{14pt}\selectfont}{%
\black\usefont{T1}{phv}{m}{n}\fontsize{14.4pt}{14pt}\selectfont}
You could try changing the above in your PPRblends.sty. Or copy the lines
into your latex file and set the size according to your preference. Or
try the following:
\fontsize{size}{baselineskip}\selectfont
This last option may work only when repeated for every slide.
I hope the more experienced people will confirm/correct this.
Best,
Mandar.
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click