On Sun, Feb 09, 2003 at 09:22:37AM +0100, I Wayan Warmada wrote:
>
> Dear LyX-users,
> how can I get a font size of 13 points. With a normal report class the
> maximum font size is 12 pt, but in the exreport class that could be get 8,
> 9, 14, 17, 20pt. Could you please suggest me how to get a 13-points font
> from either report or extreport class. 12 point is too small, 14 point is
> too big.
Add the following to the preamble:
\renewcommand\normalsize{%
\@setfontsize\normalsize{13pt}{14.5pt}%
\abovedisplayskip 12\p@ \@plus3\p@ \@minus7\p@
\abovedisplayshortskip \z@ \@plus3\p@
\belowdisplayshortskip 6.5\p@ \@plus3.5\p@ \@minus3\p@
\belowdisplayskip \abovedisplayskip
\let\@listi\@listI}
\normalsize