On 20 Aug 2014, at 01:22, Aditya Mahajan wrote: > > > On Wed, 20 Aug 2014, Gerben Wierda wrote: > >> 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] > > You need to separate keywords with assignments: > > \startitemize[joinedup, packed][margin=standard] Thanks. I used \setupitemize[each][margin=standard] and this works. However, I've noticed that the normal pararaph indent is just a little bit more than the itemize margin. The bullets of the list are not aligned perfectly with the indented line. They are indented slightly less. Anything I can do about that? G > > Aditya___________________________________________________________________________________ > 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 > ___________________________________________________________________________________