Hi Wolfgang, thank you. I work currently with version 2015.04.15 01:44 Can I safely update without any major changes, so all my projects (hundrets of books, working in a publishing house) can be compiled as usual? Maybe my issue of the chapter in table and the toc is solved in the newest update as you say.
BTW: What if your goal with the \chapter in the table because this creates a wrong value for the chapter counter. If your goal is to put a frame around the chapter you can use the framedtext environment which doesn’t lead to a wrong chapter number.
No, its not the frame, but the design. That was only a min-example to reproduce my problem. The original table in my current project looks like this: \setupTABLE[c][each][align={high},frame=off] \bTABLE \bTR \bTD \externalfigure[path/image.jpg][height=2cm] \eTD \bTD \vskip-4\lineheight \chapter{chapter title} \eTD \eTR \eTABLE So I have a chapter with a image on the left. I dont need chapter numbers in this particular project, but anyhow: Is there a better way to achieve my result without using tables? Thanks. Huseyin Huseyin Özoguz E-Mail: h.oezoguz@mmnetz.de Am 22.11.2018 um 22:31 schrieb Wolfgang Schuster:
Hi Huseyin,
I can’t reproduce your problem with the table of contents with the current beta.
BTW: What if your goal with the \chapter in the table because this creates a wrong value for the chapter counter. If your goal is to put a frame around the chapter you can use the framedtext environment which doesn’t lead to a wrong chapter number.
Wolfgang
Huseyin Özoguz schrieb am 22.11.18 um 14:37:
Hello together,
I have this min-example:
\starttext
\completecontent[criterium=all]
\chapter{craigs}
{\bTABLE \bTR\bTD \chapter{whatever} \eTD \eTR \eTABLE}
\chapter{gooff}
\completecontent[criterium=previous]
\stoptext
As you see, the \completecontent[criterium=previous] works fine, it lists all chapters. But the \completecontent[criterium=all] does not, only lists the first chapter. How to fix this?
Thank you! Huseyin