[NTG-context] slanted style in quotations: setupquotation?

2013-06-20 Thread 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?

___
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
___


Re: [NTG-context] slanted style in quotations: setupquotation?

2013-06-20 Thread Philipp Gesang
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


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
___