Marcus Vinicius Mesquita schrieb am 07.12.2023 um 19:21:
Dear List,

In the MWE below, the left and right arguments are not applied in the
last chapter. How can this be fixed?

\starttext
\startlinenumbering[left={[},right={]}]

\dorecurse{5}{%
\startchapter[title={Knuth}]
\samplefile{knuth}
\stopchapter
}

\stoplinenumbering
\stoptext

When you have a single linenumbering block in your document you can set
the left/right values at the begin of your document with

    \setuplinenumbering[left={[},right={]}]

When you have multiple linenumbering blocks in your document you can
ensure the values stay also on the last page with a forced page break before
the block ends, e.g.

    \page
    \stoplinenumbering

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to