[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lyx-users
Subject:    Re: how to change some attributes of textclasses/environments?
From:       Charles de Miramon <cmiramon () kde-france ! org>
Date:       2008-01-11 22:38:37
Message-ID: fm8r5d$v0$1 () ger ! gmane ! org
[Download RAW message or body]

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@ \@plus\p@}%
>                 \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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic