Command/startlocalnotes

From Wiki
< Command
Revision as of 05:57, 11 September 2020 by Hraban (talk | contribs) (more links)
Jump to navigation Jump to search


\startlocalnotes ... \stoplocalnotes

Summary

\startlocalnotes ... \stoplocalnotes works like \startlocalfootnotes ... \stoplocalfootnotes for your self-defined note types.

Settings

\startlocalnotes[...,...] ... \stoplocalnotes
[...,...]name

Description

Examples

Example 1

\definenote[testnote]
% add a bit of visual contrast:
\setupnote
  [testnote]
  [textstyle=boldface]
\setupnotation
   [testnote]
   [numberconversion=romannumerals] %

\starttext
Some text.\testnote{First testnote, not \quote{local}.}
And some more.\footnote{This is a normal footnote.}

\startlocalnotes[testnote]
\input knuth \testnote{Donald dixit}
Foo\testnote{Nonsens.} bar baz\footnote{This is also a normal footnote.}

\framed[width=\textwidth,align=flushleft]{\placelocalnotes[testnote]}
\stoplocalnotes

The End.
\stoptext

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: