On 04/18/2015 07:22 AM, Jaroslav Hajtmar wrote:
Hello ConTeXist My last Subject contribution maybe so misleading that it nobody react. I'll try therefore to bring different view: Exist any possibility of creating some kind of hidden chapters (sections, subsections)? The command would increase the counter of chapters (sections, subsections). Maybe it seems as rape of ConTeXt, but in certain moments this option would help me. In my case it is the integration of practical part of project (worked in ConTeXt) into Word project:-(...
For example I need to start writing any text from 53 page and such from the 5th chapter (or section). It is possible in a similar way as I set the start page number set also the counter of chapters (sections)?
Hi Jaroslav, adding the following commands before \startext does the work: \definehead[hiddenchapter][chapter] \setuphead[hiddenchapter][placehead=no] But there is a proper way to set the chapter number: \setupheadnumber[chapter][56] % +2 or -5 also accepted By the way, going from ConTeXt to Word you know you are on the road to perdition, don’t you? ;-) I hope it helps, Pablo
Here is my minimal example:
\starttext %\hiddenchapter{Fictive chapter} %\hiddenchapter{Fictive chapter} %\hiddenchapter{Fictive chapter} %\hiddenchapter{Fictive chapter}
\page
\setcounter[userpage][53]
\chapter{Fifth (actually first) nonfictive chapter}
blablabla
\stoptext