16 Nov
2012
16 Nov
'12
1:46 p.m.
2012-11-16 H. Özoguz:
I use \startquotation \stopquotation for longer quotations.
I want to globally change the font in this quotations (f.e. to garamond or helvetica - my default is times new roman). How to make this?
Quotations are defined as delimited text, see http://wiki.contextgarden.net/Command/setupdelimitedtext That means, you can use the style key as follows: \setupdelimitedtext [quotation] [style=sans] If you defined sans to be Helvetica, that's all you need, but this depends on you document setup. You can also use \switchtobodyfont. \setupdelimitedtext [quotation] [style={\switchtobodyfont[helvetica]}] Marco