Jan Tosovsky mailto:j.tosovsky@email.cz 15. Oktober 2015 um 20:05 Dear All,
I've updated context, tried to regenerate my tex source and it doesn't compile any more. It was Ok in 0.79 (in March).
I am getting tex error after these 3 lines (followed by a blank line and other lines):
... \definestructureconversionset[frontpart:pagenumber][][romannumerals] \definestructureconversionset[bodypart:pagenumber] [][numbers] \definestructureconversionset[backpart:pagenumber] [][numbers]
\startsectionblockenvironment[frontpart] \setupuserpagenumber[numberconversion=romannumerals] \stopsectionblockenvironment ...
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 }\else \setbox \b_strc_lis... \strc_lists_apply_renderingsetup ...nderingsetup } \relax \the \t_lists_every... \strc_lists_entry_process ...i \fi \fi \endcsname \dostoptagged \listextrapa... \strclistsentryprocess ...trc_lists_entry_process \clf_poplist ... l.150
Any idea how to fix this? Without a minimal example I can only guess.
What I can take from the error message is that you have a problem with the list mechanism. To try fixing the problem comment first a list settings where you apply your own commands (e.g. the pagecommand key) and when this doesn't help (don't forget to delete the tuc-file) you can comment the complete \setuplist setting. Wolfgang
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
participants (2)
-
Jan Tosovsky
-
Wolfgang Schuster