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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to