Hi Sander,

···<date: 2013-06-20, Thursday>···<from: Sander Maijers>···

> While there is a \setupquote in a recent MkIV beta, when I try to
> use \setupquotation to set the quotation text style to slanted, this
> has no effect. Is there a neat way to do this, without redefining
> \quotation?

with the default, the style and color settings apply to the
paragraph based variant only (use \startquotation|\stopquotation
to see the difference). For inline quotes you need to set the
parameter *location* to *text*, like for instance:

    \definedelimitedtext [myquotes] [quotation] [
      style=slanted,
      color=red,
      location=text,
    ]
    \starttext
      before \myquotes{lorem schmipsum} after
    \stoptext

Best regards,
Philipp

Attachment: pgpzQxtcD_JPI.pgp
Description: PGP signature

___________________________________________________________________________________
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