Re: changing fontsize of quotation environment

2009-04-01 Thread Piero Faustini
Piero Faustini writes: > > Guenter Milde writes: > > > > \newcommand*{\OriginalQuotation}{} > > > \let\OriginalQuotation\quotation > > > \renewcommand*{\quotation}{\OriginalQuotation\small} > > > > ... and use a command provided by the package relsize for relative size > > change (as requeste

Re: changing fontsize of quotation environment

2009-03-26 Thread Piero Faustini
Guenter Milde writes: > > \newcommand*{\OriginalQuotation}{} > > \let\OriginalQuotation\quotation > > \renewcommand*{\quotation}{\OriginalQuotation\small} > > ... and use a command provided by the package relsize for relative size > change (as requested by the OP) instead of \small ... i.e.: \r

Re: changing fontsize of quotation environment

2009-03-26 Thread Steve Litt
On Thursday 26 March 2009 10:51:59 am Dominik Waßenhoven wrote: > Steve Litt wrote: > > On Thursday 26 March 2009 09:15:25 am Jürgen Spitzmüller wrote: > >> \newcommand*{\OriginalQuotation}{} > >> \let\OriginalQuotation\quotation > >> \renewcommand*{\quotation}{\OriginalQuotation\small} > > > > Wha

Re: changing fontsize of quotation environment

2009-03-26 Thread Marcelo Acuña
> rgheck wrote: > > > I think you jus thave to do it the hard way: > > > > \renewenvironment{quotation} > > {\small\list{}{\listparindent 1em% > > \itemindent\listparindent > > \rightmargin \leftmargin > > \parsep\z@ \...@plus\p@}% > > \item\relax} > > {\endlist} > > > > Or a bit

Re: changing fontsize of quotation environment

2009-03-26 Thread Dominik Waßenhoven
Steve Litt wrote: > On Thursday 26 March 2009 09:15:25 am Jürgen Spitzmüller wrote: >> \newcommand*{\OriginalQuotation}{} >> \let\OriginalQuotation\quotation >> \renewcommand*{\quotation}{\OriginalQuotation\small} > > What's the purpose of \newcommand*{\OriginalQuotation}{}? I've always done > th

Re: changing fontsize of quotation environment

2009-03-26 Thread Steve Litt
On Thursday 26 March 2009 09:15:25 am Jürgen Spitzmüller wrote: > rgheck wrote: > > I think you jus thave to do it the hard way: > > > > \renewenvironment{quotation} > > {\small\list{}{\listparindent 1em% > > \itemindent\listparindent > > \rightmargin \leftmargin > > \parsep\z@ \...@p

Re: changing fontsize of quotation environment

2009-03-26 Thread Guenter Milde
On 2009-03-26, Jürgen Spitzmüller wrote: > rgheck wrote: > Or a bit easier (and more generalizable): > \newcommand*{\OriginalQuotation}{} > \let\OriginalQuotation\quotation > \renewcommand*{\quotation}{\OriginalQuotation\small} ... and use a command provided by the package relsize for relative s

Re: changing fontsize of quotation environment

2009-03-26 Thread Jürgen Spitzmüller
rgheck wrote: > I think you jus thave to do it the hard way: > > \renewenvironment{quotation} > {\small\list{}{\listparindent 1em% > \itemindent\listparindent > \rightmargin \leftmargin > \parsep\z@ \...@plus\p@}% > \item\relax} > {\endlist} > Or a bit easier (and more generalizab

Re: changing fontsize of quotation environment

2009-03-26 Thread rgheck
Leo Gürtler wrote: Dear alltogether, how can I change in the preambel the fontsize of the 'quotation environment' (koma script type 'book') permanently so that it is always one font size smaller than ordinary text? This should work not only for ordinary standard text environment but also within

changing fontsize of quotation environment

2009-03-26 Thread Leo Gürtler
Dear alltogether, how can I change in the preambel the fontsize of the 'quotation environment' (koma script type 'book') permanently so that it is always one font size smaller than ordinary text? This should work not only for ordinary standard text environment but also within 'footnote environmen