ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Why \setupinterlinespace needs [line]?
       [not found] <mailman.1.1181901601.10289.ntg-context@ntg.nl>
@ 2007-06-15 23:59 ` Vyatcheslav Yatskovsky
  2007-06-18  5:57   ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Vyatcheslav Yatskovsky @ 2007-06-15 23:59 UTC (permalink / raw)
  To: ntg-context-request@ntg.nl

Hello,

I wonder why one must provide the line argument for \setupinterlinespace?

\setupinterlinespace[line=4ex] 

IMHO, it is a tautology. The texshow says that \setupinterlinespace[4ex]  (or \setupinterlinespace[big] ) is enough, but I cannot make it work.

Regards,
Vyatcheslav Yatskovsky

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Why \setupinterlinespace needs [line]?
  2007-06-15 23:59 ` Why \setupinterlinespace needs [line]? Vyatcheslav Yatskovsky
@ 2007-06-18  5:57   ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2007-06-18  5:57 UTC (permalink / raw)
  To: Yatskovsky, mailing list for ConTeXt users

2007/6/16, Vyatcheslav Yatskovsky <yatskovsky@gmail.com>:
> Hello,
>
> I wonder why one must provide the line argument for \setupinterlinespace?
>
> \setupinterlinespace[line=4ex]
>
> IMHO, it is a tautology. The texshow says that \setupinterlinespace[4ex]  (or \setupinterlinespace[big] ) is enough, but I cannot make it work.
>
> Regards,
> Vyatcheslav Yatskovsky

Hi,

the "line"-parameter is used to set the global baselinedistance. You can switch
local to a bigger distance with the "big" or "medium" keywords and back to the
normal distance with "small" or "reset".

\setupinterlinespace[4ex] is not supported, you misunterstod the explanation,
you can only set dimensions for the "line"-parameter.

I made a small example for you:

\starttext
\input knuth\par
\setupinterlinespace[big]
\input knuth\par
\setupinterlinespace[small]
\input knuth\par
\stoptext

Greetings
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2007-06-18  5:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.1.1181901601.10289.ntg-context@ntg.nl>
2007-06-15 23:59 ` Why \setupinterlinespace needs [line]? Vyatcheslav Yatskovsky
2007-06-18  5:57   ` 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).