Am 07.07.2014 um 18:35 schrieb Otared Kavian <ota...@gmail.com>:

> Does anybody know how to change the interline space in a part of a document?

\setupinterlinespace[line=3.2ex] % global setting (\setupinterlinespace[3.2ex] 
== \setupinterlinespace[line=3.2ex])

\starttext

\input ward

\blank \setupinterlinespace[big] % big = 1.5 * global value (small = 1x, medium 
= 1.25x)

\input ward

\blank \setupinterlinespace[reset]

\input ward

\blank \start \setuplocalinterlinespace[line=4ex] % you need a empty line or 
\par before you end the group

\input ward

\stop

\stoptext

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
___________________________________________________________________________________

Reply via email to