Hi Wolfgang, thanks, On 2015-10-15 Wolfgang Schuster wrote:
On 2015-10-15 Jan Tosovsky wrote:
I am getting tex error > tex error on line 22 in file D:/source.tex: ! Missing { inserted
<to be read again> \edef \currentlistsymbol ->\edef \p_symbol {\listparameter \c!symbol }\doifelseins... \14>:113>:abc ...numbercommand \currentlistsymbol
What I can take from the error message is that you have a problem with the list mechanism.
you are right, I've created this MWE (but not sure if it still makes sense). \setupcombinedlist[chapter][ before=, distance=0.5cm, width=-0.5cm, margin=2cm, numbercommand={\simplealignedbox{\listparameter{width}}{flushright}}, pageconversionset=pagenumber, ] \starttext \startfrontmatter \title{TOC} \placecontent \chapter{Preface} \stopfrontmatter \stoptext That list definition creates right aligned roman chapter numbers in the ToC, see http://www.ntg.nl/pipermail/ntg-context/2013/076154.html Jan