ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* slanted style in quotations: setupquotation?
@ 2013-06-20 19:18 Sander Maijers
  2013-06-20 19:55 ` Philipp Gesang
  0 siblings, 1 reply; 2+ messages in thread
From: Sander Maijers @ 2013-06-20 19:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: slanted style in quotations: setupquotation?
  2013-06-20 19:18 slanted style in quotations: setupquotation? Sander Maijers
@ 2013-06-20 19:55 ` Philipp Gesang
  0 siblings, 0 replies; 2+ messages in thread
From: Philipp Gesang @ 2013-06-20 19:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 772 bytes --]

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 #1.2: Type: application/pgp-signature, Size: 490 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-20 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-20 19:18 slanted style in quotations: setupquotation? Sander Maijers
2013-06-20 19:55 ` Philipp Gesang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).