Am 20.08.2014 um 17:53 schrieb Gerben Wierda : > > On 20 Aug 2014, at 17:34, Wolfgang Schuster wrote: > >> >> Am 20.08.2014 um 17:32 schrieb Gerben Wierda : >> >>> >>> On 20 Aug 2014, at 17:23, Wolfgang Schuster wrote: >>> >>>> >>>> Am 20.08.2014 um 16:07 schrieb Gerben Wierda : >>>> >>>>> 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? >>>> >>>> Are you sure? >>> >>> Yes: >>> >>> https://dl.dropboxusercontent.com/u/59305058/Screen%20Shot%202014-08-20%20at%2020%20August%2017.30.37.png >> >> Make a *working* minimal example. > > Having that part in a smaller bodyfont is what triggers it: > > \starttext > \setupbodyfont[12pt] > > \setupindenting[small] > \indenting[yes] Don’t use \indenting, it’s a old command with the same meaning as \setupindenting. > \setupitemize[each][margin=standard] You ned absolute values for indentation and margin, e.g. \setupindenting[yes,5mm] \setupitemize[each][margin=5mm] Wolfgang