Hello everyone. I give a small example: \setuppagenumbering [alternative=doublesided] \setuplinenumbering[location=outer, step=5, method=page, style=\tfxx, align=left, distance=1em, width=0.4em] \starttext \section{First section} \startlinenumbering text text text \stoplinenumbering \section{Second section} \startlinenumbering text text text \stoplinenumbering \stoptext The problem is that although appears the option [method = page], numbering begins at the beginning of each section. I would like the title of the section does not appear as numbered line but continue after the title the above numbering, e.e.: \startlinenumbering \section{First section} no numbered line Numbered line (1) Numbered line (2) \section{Second section} no numbered line Numbered line (3) Numbered line (4) ... \stoplinenumbering Thanks very much?
On 4/10/2014 12:46 AM, MANUEL GONZALEZ SUAREZ wrote:
Hello everyone.
I give a small example:
\setuppagenumbering [alternative=doublesided]
\setuplinenumbering[location=outer, step=5, method=page,
style=\tfxx, align=left, distance=1em, width=0.4em]
\starttext
\section{First section}
\startlinenumbering
text text text
\stoplinenumbering
\section{Second section}
\startlinenumbering
text text text
\stoplinenumbering
\stoptext
The problem is that although appears the option [method = page], numbering begins at the beginning of each section. I would like the title of the section does not appear as numbered line but continue after the title the above numbering, e.e.:
\startlinenumbering
\section{First section} no numbered line
Numbered line (1)
Numbered line (2)
\section{Second section} no numbered line
Numbered line (3)
Numbered line (4)
…
\stoplinenumbering
\startlinenumbering[continue] ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Thanks very much, Hans.
________________________________________
De: ntg-context-bounces@ntg.nl
Hello everyone.
I give a small example:
\setuppagenumbering [alternative=doublesided]
\setuplinenumbering[location=outer, step=5, method=page,
style=\tfxx, align=left, distance=1em, width=0.4em]
\starttext
\section{First section}
\startlinenumbering
text text text
\stoplinenumbering
\section{Second section}
\startlinenumbering
text text text
\stoplinenumbering
\stoptext
The problem is that although appears the option [method = page], numbering begins at the beginning of each section. I would like the title of the section does not appear as numbered line but continue after the title the above numbering, e.e.:
\startlinenumbering
\section{First section} no numbered line
Numbered line (1)
Numbered line (2)
\section{Second section} no numbered line
Numbered line (3)
Numbered line (4)
…
\stoplinenumbering
\startlinenumbering[continue] ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ 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 ___________________________________________________________________________________
participants (2)
-
Hans Hagen
-
MANUEL GONZALEZ SUAREZ