Difference between revisions of "Command/setuplinenote"

From Wiki
Jump to navigation Jump to search
(Create entire page)
 
(Create entire page)
Line 30: Line 30:
 
\definelinenote[lnote]
 
\definelinenote[lnote]
 
\setuplinenote[lnote][rule=off,paragraph=yes,numbercommand=,inbetween=\qquad]
 
\setuplinenote[lnote][rule=off,paragraph=yes,numbercommand=,inbetween=\qquad]
\setuplinenotedefinition[lnote][display=yes,location=serried,distance=1em]
+
\setupdescriptions[lnote][display=yes,location=serried,distance=1em]
  
 
\starttext
 
\starttext
 
\startlinenumbering
 
\startlinenumbering
 
   En un lugar\lnote{lugar: place}\ de la Mancha, de cuyo
 
   En un lugar\lnote{lugar: place}\ de la Mancha, de cuyo
   nombre\lnote{nombre: name}\ no quiero\lnote{querer: want}\
+
   nombre\lnote{nombre: name}\ no quiero\lnote{querer: to want}\
   acordarme\lnote{acordarse: remember}.
+
   acordarme\lnote{acordarse: to remember}.
 
\stoplinenumbering
 
\stoplinenumbering
 
\stoptext
 
\stoptext
Line 43: Line 43:
 
== See also ==
 
== See also ==
  
* {{cmd|definelinenote}}
+
* {{cmd|definelinenote}} to create a new line note type
* {{cmd|definedescriptions}} to set up  
+
* {{cmd|setupdescriptions}} to set up description environments in general. Line notes (at least the textual part) are implemented as descriptions.
 
* {{src|strc-lnt.mkvi}}, {{src|strc-lnt.mkii}}
 
* {{src|strc-lnt.mkvi}}, {{src|strc-lnt.mkii}}
 
* {{src|strc-not.mkvi}} for the underlying mechanism
 
* {{src|strc-not.mkvi}} for the underlying mechanism

Revision as of 23:55, 19 July 2012

\setuplinenote

Syntax

\setuplinenote[...][...]
[...] name
[...] setups, see \setupfootnotes

Description

Set up linenotes. See \setupfootnotes for the options available.

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: to want}\
  acordarme\lnote{acordarse: to remember}.
\stoplinenumbering
\stoptext

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: