Difference between revisions of "Command/setuplinenote"

From Wiki
Jump to navigation Jump to search
(Create entire page)
 
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
 
}}
 
}}
  
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>setuplinenote</syntax>
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
 
<table cellspacing="4" cellpadding="2" class="cmd">
 
<table cellspacing="4" cellpadding="2" class="cmd">
Line 30: Line 32:
 
\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 45:
 
== 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

Latest revision as of 13:14, 13 October 2019

\setuplinenote

Syntax (autogenerated)

\setuplinenote[...,...][...=...,...]
[...,...]name
compressyes no
compressmethodseparator stopper space
compressseparatorcommand
compressdistancedimension
compressstoppercommand
...=...,...inherits from \setupnote


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: