ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* setupinterlinespace in \startquotation\stopquotation
@ 2013-03-24 17:31 Alan BRASLAU
  2013-03-24 17:51 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Alan BRASLAU @ 2013-03-24 17:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

It can be quite common to typeset long quotations in a smaller typeface.
The following minimal example is somewhat problematic:

------------------------------------------------------
\setupquotation [style=\tfx\setupinterlinespace]

\starttext

\startquotation
\input tufte

\input tufte

\input tufte
\stopquotation

\stoptext
------------------------------------------------------

The interline spacing is wrong for the last paragraph.

Adding a \par in the input before \stopquotation
puts the right quotation closing mark on a newline.

I suppose that the common practice is *not* to use explicit quotation
marks when typesetting such long quotations in smaller typeface. In
this case, setting left=,right= and explicitly putting a \par would
work. However, if one wants to have quotation marks, this is no good.
And placing an explicit \par is not very elegant, either.

Nor does it seem that \switchtobodyfont[] does any better.

Maybe the solution is simple but I have not found it...

Alan


___________________________________________________________________________________
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: setupinterlinespace in \startquotation\stopquotation
  2013-03-24 17:31 setupinterlinespace in \startquotation\stopquotation Alan BRASLAU
@ 2013-03-24 17:51 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2013-03-24 17:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 24.03.2013 um 18:31 schrieb Alan BRASLAU <alan.braslau@cea.fr>:

> Hello,
> 
> It can be quite common to typeset long quotations in a smaller typeface.
> The following minimal example is somewhat problematic:
> 
> ------------------------------------------------------
> \setupquotation [style=\tfx\setupinterlinespace]
> 
> \starttext
> 
> \startquotation
> \input tufte
> 
> \input tufte
> 
> \input tufte
> \stopquotation
> 
> \stoptext
> ------------------------------------------------------
> 
> The interline spacing is wrong for the last paragraph.
> 
> Adding a \par in the input before \stopquotation
> puts the right quotation closing mark on a newline.
> 
> I suppose that the common practice is *not* to use explicit quotation
> marks when typesetting such long quotations in smaller typeface. In
> this case, setting left=,right= and explicitly putting a \par would
> work. However, if one wants to have quotation marks, this is no good.
> And placing an explicit \par is not very elegant, either.
> 
> Nor does it seem that \switchtobodyfont[] does any better.
> 
> Maybe the solution is simple but I have not found it…

\setupquotation
  [style=\tfx,
   before={\setupinterlinespace[line=2.4ex]}]

Wolfgang
___________________________________________________________________________________
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-03-24 17:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-24 17:31 setupinterlinespace in \startquotation\stopquotation Alan BRASLAU
2013-03-24 17:51 ` Wolfgang Schuster

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).