Changes

Jump to navigation Jump to search
add ConTeXt native way
This code was proposed by Taco to the list:
<texcode>
Unnambered text after.
\stoptext
</texcode>
If you're happy with numbers in the margin, this is in-built ConTeXt way, with <cmd>setupparagraphnumbering</cmd>:
<texcode>
\starttext
\showframe
\setupcolors[state=start]
\setupparagraphnumbering[state=start,style=italic,distance=0pt]
\section{bloo}
\input knuth
\section{blah}
\input knuth \par
\setupparagraphnumbering[state=stop]
\input tufte \par
\setupparagraphnumbering[state=start,color=red]
\dorecurse{4}{\input tufte \par}
\stoptext
</texcode>

Navigation menu