Command/setuplinenumbering
< Command
Jump to navigation
Jump to search
Contents
\setuplinenumbering
Summary
The command \setuplinenumbering is used to change the numbering of lines.
Settings
| \setuplinenumbering[...,...][...=...,...] | |
| [...,...] | name |
| start | number |
| step | number |
| method | page first next |
| conversion | name |
| continue | yes no |
| location | text begin end default left right inner outer inleft inright margin inmargin |
| distance | dimension |
| align | inner outer flushleft flushright left right middle auto |
| command | oneargument |
| left | command |
| right | command |
| margin | dimension |
| width | margin dimension |
| style | style command |
| color | color |
| Option | Explanation | ||||||
|---|---|---|---|---|---|---|---|
| optional, for \definelinenumbering | |||||||
| step |
| ||||||
| method |
| ||||||
| conversion |
| ||||||
| continue |
| ||||||
| align |
| ||||||
| width |
| ||||||
Description
Examples
Print the line numbers in a tiny font, not at normal text size:
\definepapersize[sheet][width=100mm,height=60mm] \setuppapersize[sheet] \starttext \setuplinenumbering[style=\tfxx] \startlinenumbering \input tufte \stoplinenumbering \stoptext

Notes
See also
- \definelinenumbering
- page-lin.mkvi
- \setupparagraphnumbering numbering of paragraphs, completely different mechanism