On Wed, 20 Aug 2014, Gerben Wierda wrote:
On 19 Aug 2014, at 16:33, Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:
Am 19.08.2014 um 16:27 schrieb Gerben Wierda <gerben.wierda@rna.nl>:
I’d like to get \startitemize\stopitemize to indent the first level items already with the equal amount of indentation as the start of a paragraph (which is indented). Is there a way to do that?
\setupindenting[yes,medium]
\starttext
\input knuth
\startitemize[margin=standard]
Does the margin thing, but incapacitates packed and joinedup, which are ignored if the margin statement is there. So, I get indented items, but at the price of losing joinedup and packed.
\setupindenting[yes,medium]
\starttext
Foo bar bar foo. Foo bar bar foo. Foo bar bar foo.
\startitemize[joinedup,packed]
\item Foo bar
\item Foo bar
\stopitemize
Foo bar bar foo. Foo bar bar foo. Foo bar bar foo.
Foo bar bar foo. Foo bar bar foo. Foo bar bar foo.
\startitemize[joinedup,packed,margin=standard]
You need to separate keywords with assignments:
\startitemize[joinedup, packed][margin=standard]