Richard Heck wrote:
 
> So to change this, you have to get your hands dirty with LaTeX. It /may/
> be that koma-book itself provides a way to configure the font size: It's
> very configurable. Look at the koma-script documentation to see. You'll
> find it in scrguide.pdf, which ought to have come with your TeX
> distribution. 

There is also a book in German on koma-script and a site in German
http://www.komascript.de


> 
> If koma-book doesn't provide a way to change this, then you have to get
> your hands dirty with LaTeX. One way to do it is to put this in the
> preamble:
> \renewenvironment{quotation}
>                {\list{}{\listparindent 1em%
>                         \itemindent    \listparindent
>                         \rightmargin   \leftmargin
>                         \parsep        \z@ [EMAIL PROTECTED]@}%
>                 \item\small\relax}
>                {\endlist}
> \renewenvironment{quote}
>                {\list{}{\rightmargin\leftmargin}%
>                 \item\small\relax}
>                {\endlist}

Or simpler :
\renewenvironment{quotation}{%
  \medskip%
  \begin{addmargin}[1em]{0em}%
  \small%
  }{%
   \normalsize%
   \end{addmargin}%
   \smallskip%
}
-- 
http://www.kde-france.org

Reply via email to