Am 15.09.2012 um 11:46 schrieb Jaroslav Hajtmar <hajt...@gyza.cz>: > Hello ConTeXist. > Is there possibility view all subsubsection number (ie in format 2.3.4 - it > mean with section and also subsection number) without \section{} and > \subsection{} command using previously? > > I need to start a separate section number from a certain number (inserted > into an existing document) > > Thanx Jaroslav Hajtmar > > Here is my example: > > > \setupheadnumber[section][2] > \setupheadnumber[subsection][3] % > \setupheadnumber[subsubsection][4] % > \setuppagenumber[number=234] > > \starttext > > %\section{} % I can't view section here > > %\subsection{} % I can't view subsection here too > > \subsubsection{TEST} > > I would like get 2.3.5 TEST > > blablabla > > \stoptext
How about this: \setupheadnumber[section] [1] \setupheadnumber[subsection] [2] \setupheadnumber[subsubsection][4] \setuphead[section,subsection][placehead=hidden] \setuphead[subsubsection] [placehead=yes] \starttext \section{} \subsection{} \subsubsection{TEST} \stoptext Wolfgang ___________________________________________________________________________________ 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 ___________________________________________________________________________________