slanted style in quotations: setupquotation?
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?
Hi Sander,
···
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
participants (2)
-
Philipp Gesang
-
Sander Maijers