On 2013-06-03 Marco Patzer wrote:
> On 2013–06–03 honyk wrote:
> 
> > in fresh MkIV I use the following commands for building ToC, but I
> > have no idea how to align the label (roman numeral) to the right.
> 
> The width setting needs to be applied to the chapter list, not the
> content list, see example
>
> \setuphead[chapter][conversion=Romannumerals]
> \setupheadnumber[chapter][48]
> 
> \setupcombinedlist
>   [content]
>   [alternative=c]
> 
> \setupcombinedlist
>   [chapter]
>   [distance=1em,
>    width=1cm,
>    numbercommand={\simplealignedbox{\listparameter{width}}{flushright}}
>   ]
> 
> \starttext
> \completecontent
> \chapter{Foo}
> \chapter{Bar}
> \stoptext
> 

Whereas this works for basic test cases, in my document it ends with an error:

structure       > sectioning > title @ level 2 : 0.0 -> \headtext {content}
! Argument of \147>flushright has an extra }.

How can I decode this message and fix the problematic location?

Thanks, Jan

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

Reply via email to