[NTG-context] Whitespacing and Interlinespacing for \startitemize ... \stopitemize

2011-12-29 Thread Jan Heinen

Hello two questions for \startitemize

(1) Start ... Stop for interlinespacing

How can I declare some spacing only for an itemization: 
\setupinterlinespace [0.4em]{ ... } does not work:



\starttext

\setupinterlinespace [0.4em]{
\startitemize
\item aaa aaa aaa 
aaa aaa aaa 
aaa aaa aaa 
aaa aaa aaa 
aaa aaa aaa 
aaa aaa aaa 
aaa aaa
\item  bbb bbb 
bbb bbb bbb 
bbb bbb bbb 
bbb bbb bbb
\item ccc ccc 
ccc ccc ccc 
ccc ccc ccc 
ccc ccc ccc 
ccc ccc

\stopitemize
}

\stoptext



(2) How to define whitespacing?


\starttext

At the first itemization there should be no extra whitespace 
between the items. Whitespace and interlinespace should be 
the same: 0.4em. What can I do against the whitespace?


\setupwhitespace[0.4em]
\setupinterlinespace [0.4em]
\startitemize
\item aaa aaa aaa 
aaa aaa aaa 
aaa aaa aaa 
aaa aaa aaa 
aaa aaa aaa 
aaa aaa aaa 
aaa aaa
\item  bbb bbb 
bbb bbb bbb 
bbb bbb bbb 
bbb bbb bbb
\item ccc ccc 
ccc ccc ccc 
ccc ccc ccc 
ccc ccc ccc 
ccc ccc

\stopitemize

\blank[3*big]

And here I want to have the default white- and 
interlinespace again:


\startitemize
\item aaa aaa aaa 
aaa aaa aaa 
aaa aaa aaa 
aaa aaa aaa 
aaa aaa aaa 
aaa aaa aaa 
aaa aaa \par
\item  bbb bbb 
bbb bbb bbb 
bbb bbb bbb 
bbb bbb bbb\par
\item ccc ccc 
ccc ccc ccc 
ccc ccc ccc 
ccc ccc ccc 
ccc ccc \par

\stopitemize

\stoptext


Regards
Jannis

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


Re: [NTG-context] Whitespacing and Interlinespacing for \startitemize ... \stopitemize

2011-12-29 Thread Wolfgang Schuster

Am 30.12.2011 um 00:17 schrieb Jan Heinen:

 Hello two questions for \startitemize
 
 (1) Start ... Stop for interlinespacing
 
 How can I declare some spacing only for an itemization: \setupinterlinespace 
 [0.4em]{ ... } does not work:
 
 […]
 
 (2) How to define whitespacing?
 
 
 \starttext
 
 At the first itemization there should be no extra whitespace between the 
 items. Whitespace and interlinespace should be the same: 0.4em. What can I do 
 against the whitespace?
 
 […]
 
 And here I want to have the default white- and interlinespace again:
 
 […]

\start \setupinterlinespace[line=…]
…
\stop

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
___