Difference between revisions of "Command/ linenote"

From Wiki
Jump to navigation Jump to search
(Created page with "Documentation for \<i>linenote</i>")
 
 
Line 4: Line 4:
 
<cd:shortdesc>
 
<cd:shortdesc>
 
<!-- a short command summary goes here -->
 
<!-- a short command summary goes here -->
The instances of  <tt>\<i>linenote</i></tt> are used for ...
+
The instances of  <tt>\<i>linenote</i></tt> produce notes at the bottom of the page that reference a line number.
 
</cd:shortdesc>
 
</cd:shortdesc>
 
<cd:sequence>
 
<cd:sequence>
Line 26: Line 26:
 
</cd:description>
 
</cd:description>
 
<cd:examples>
 
<cd:examples>
<!--  command example(s)
 
 
<cd:example title="">
 
<cd:example title="">
 +
<context source="yes">
 +
\setuppapersize[A6,landscape][A6,landscape]
 +
 +
\setupcolors[state=start]
 +
\setuptyping[option=color]
 +
 +
\definelinenote[extralinenote][rule=off,frame=on,framecolor=darkgreen]
 +
\setuplinenote [linenote]    [rule=off,frame=on,framecolor=darkred,n=2]
 +
 +
\showframe
 +
 +
\starttext
 +
 +
\startlinenumbering[100]
 +
test1  \linenote {oepsA} test2 test3  test4  test5  test6  test7
 +
test8  \linenote {oepsB} test9 test10 test11 test12 test13 test14
 +
test15 \extralinenote {oepsC} test16 test17 test18 test19 test20 test21
 +
test22 \linenote {oepsD} test23 test24 test25 test26 test27 test28
 +
test29 \extralinenote {oepsE} test30 test31 test32 test33 test34 test35
 +
test36 \stoplinenote [well] test37 test38 test39 test40
 +
\stoplinenumbering
 +
 +
\stoptext
 +
</context>
 
</cd:example>
 
</cd:example>
-->
 
 
</cd:examples>
 
</cd:examples>
 
<cd:notes>
 
<cd:notes>
Line 52: Line 74:
 
<cd:wikipage originator="system" page="Category:Structure"></cd:wikipage>  
 
<cd:wikipage originator="system" page="Category:Structure"></cd:wikipage>  
 
<cd:wikipage originator="system" page="Keywords:Notes"></cd:wikipage>  
 
<cd:wikipage originator="system" page="Keywords:Notes"></cd:wikipage>  
 +
<cd:commandref name="startlinenumbering"></cd:commandref>
 
</cd:seealso>
 
</cd:seealso>
 
</cd:commandgroup>
 
</cd:commandgroup>

Latest revision as of 12:03, 21 August 2020


\linenote

Summary

The instances of \linenote produce notes at the bottom of the page that reference a line number.

Instances

\linenote

Settings instance

\LINENOTE{...}
{...}text

Description

Examples

Example 1

\setuppapersize[A6,landscape][A6,landscape]

\setupcolors[state=start]
\setuptyping[option=color]

\definelinenote[extralinenote][rule=off,frame=on,framecolor=darkgreen]
\setuplinenote [linenote]     [rule=off,frame=on,framecolor=darkred,n=2]

\showframe

\starttext

\startlinenumbering[100]
test1  \linenote {oepsA} test2 test3  test4  test5  test6  test7
test8  \linenote {oepsB} test9 test10 test11 test12 test13 test14
test15 \extralinenote {oepsC} test16 test17 test18 test19 test20 test21
test22 \linenote {oepsD} test23 test24 test25 test26 test27 test28
test29 \extralinenote {oepsE} test30 test31 test32 test33 test34 test35
test36 \stoplinenote [well] test37 test38 test39 test40
\stoplinenumbering

\stoptext

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: