"Jacek M. Holeczek" wrote:
>
> Your ps-files are copies of Intro.lyx. By default it's class is
> "article" and not "article (koma-script)". I took the same test.
> When I leave the "Layout->Document Layout-> Class -> article" I get proper
> sizes. But, it is sufficient to change it into "article (koma-script)" and
> try it with "\usepackage[20pt]{extsizes}" and you get improper (too small)
> fonts for "Section" and "Subsection".
> Anyhow, I think that I can also see the problem in your ps-files. Just
> compare the size of the word "Contents" in the table-of-contents (it's
> size remains unchanged, regardless whether you use 8pt or 20pt).
write in latex preamble
\AtBeginDocument{
\let\size@part\Huge
\let\size@partnumber\huge
\let\size@section\Large
\let\size@subsection\large
\let\size@subsubsection\normalsize
\let\size@paragraph\normalsize
\let\size@subparagraph\normalsize}
you can change the fontsizes as you like it for your own
Herbert
--
http:[EMAIL PROTECTED]
- Re: article (koma-script) with smallest font si... Herbert Voss
- Re: article (koma-script) with smallest fon... Jacek M. Holeczek
- Re: article (koma-script) with smallest... Herbert Voss
- Re: article (koma-script) with sma... Jacek M. Holeczek
- Re: article (koma-script) with... Herbert Voss
- Re: article (koma-script) with... Jacek M. Holeczek
- Re: article (koma-script) with... Herbert Voss
- Re: article (koma-script) with smallest font size Jacek M. Holeczek
- Re: article (koma-script) with smallest font size Herbert Voss
- Re: article (koma-script) with smallest font si... Jacek M. Holeczek
- Re: article (koma-script) with smallest fon... Herbert Voss
- Re: article (koma-script) with smallest... Jacek M. Holeczek
- Re: article (koma-script) with smallest... Jacek M. Holeczek
- Re: article (koma-script) with sma... Herbert Voss
- Re: article (koma-script) with... Jacek M. Holeczek
- Re: article (koma-script) with... Herbert Voss
- Re: article (koma-script) with... Dekel Tsur
- Re[2]: article (koma-script) with ... Guenter Milde
- Re: article (koma-script) with smallest... Jacek M. Holeczek
- Re: article (koma-script) with sma... Herbert Voss
- Re: article (koma-script) with sma... Tuukka Toivonen
