On 19 Aug 2014, at 16:33, Wolfgang Schuster wrote: > > Am 19.08.2014 um 16:27 schrieb Gerben Wierda : > >> 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] \item Foo bar \item Foo bar \stopitemize Foo bar bar foo. Foo bar bar foo. Foo bar bar foo. \stoptext G > \item \input ward > \stopitemize > > \input tufte > > \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 > ___________________________________________________________________________________