Dear list, I experience exactly same issue explained here https://mailman.ntg.nl/pipermail/ntg-context/2015/083790.html, but apparently the link provided for Hans doesn't exist. I will appreciate any help. Thanks.
Hi Jose Luis, I eventually solved this by setting up the subsubsection as follows: \setuphead[subsubsection] [incrementnumber=no] This links to a set of test files on the pragma website and maybe of use to you: http://context.aanhet.net/download-1.htm Kind regards, Jan Willem
On 31 aug. 2016, at 14:04, Jose Luis Arellano
wrote: Dear list, I experience exactly same issue explained here https://mailman.ntg.nl/pipermail/ntg-context/2015/083790.html, but apparently the link provided for Hans doesn't exist. I will appreciate any help. Thanks. ___________________________________________________________________________________ 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 ___________________________________________________________________________________
Thanks for the answer Jan, but unfortunately this doesn't solve my
problem because the option "incrementnumber=no" causes that the
unnumbered section are not show in TOC.
Hopefully someone has a clue about this.
Thanks guys.
2016-09-01 17:14 GMT-03:00 Jan Willem Flamma
Hi Jose Luis,
I eventually solved this by setting up the subsubsection as follows:
\setuphead[subsubsection] [incrementnumber=no]
This links to a set of test files on the pragma website and maybe of use to you: http://context.aanhet.net/download-1.htm
Kind regards, Jan Willem
Jose Luis Arellano mailto:jose.4rellano@gmail.com 3. September 2016 um 04:35 Thanks for the answer Jan, but unfortunately this doesn't solve my problem because the option "incrementnumber=no" causes that the unnumbered section are not show in TOC. Use "incrementnumber=list" to get TOC entries for your unnumbered sections.
Wolfgang
2016-09-04 6:42 GMT-03:00 Wolfgang Schuster
Use "incrementnumber=list" to get TOC entries for your unnumbered sections.
Wolfgang
Hello Wolfgang. In fact, with the option "incrementnumber=list" you can to show unnumbered section in TOC but unfortunately this causes the captions numbering problem. In the following example you can check that when one use a figure/table in a unnumbered section, captions will shown as Table 1, and not as Table 1.1. \setuphead[chapter, section, subsection] \setuphead[subsubsection][number=no,incrementnumber=list] \starttext \starttitle[title={Contents}] \stoptitle \placelist[chapter,section,subsubsection] \starttitle[title={Figures}] \stoptitle \placelist[figure] \startchapter[title=Chapter title] \input ward \startsection[title=Section title1] \input ward \placefigure[here][]{Caption}{\externalfigure[dummy]} \startsubsubsection[title=Subsubsection title] \input ward \placefigure[here][]{Caption}{\externalfigure[dummy]} \stopsubsubsection \stopsection \stopsection \stopchapter \stoptext Thanks.
participants (3)
-
Jan Willem Flamma
-
Jose Luis Arellano
-
Wolfgang Schuster