Command/definelinenote

From Wiki
Jump to navigation Jump to search

\definelinenote

Syntax (autogenerated)

\definelinenote[...][...][...=...,...]
[...]name
[...]name
...=...,...inherits from \setuplinenote


Syntax

\definelinenote[...][...][...]
[...] name
[...] parent
[...] setups, see \setupfootnotes

Description

Footnotes that refer to a line number instead of a footnote mark. Must be used inside a \startlinenumbering environment.

Example

  • \setuppapersize[A9]
    \definelinenote[lnote]
    \setuplinenote[lnote][rule=off,paragraph=yes,numbercommand=,inbetween=\qquad]
    \setupdescriptions[lnote][display=yes,location=serried,distance=1em]
    
    \starttext
    \startlinenumbering
      En un lugar\lnote{lugar: place}\ de la Mancha, de cuyo
      nombre\lnote{nombre: name}\ no quiero\lnote{querer: want}\
      acordarme\lnote{acordarse: remember}.
    \stoplinenumbering
    \stoptext
    

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: