Command/startlocalfootnotes

From Wiki
Jump to navigation Jump to search


\startlocalfootnotes ... \stoplocalfootnotes

Summary

The environment \startlocalfootnotes ... \stoplocalfootnotes is used to create a local footnote scope

Description

Footnotes within this environment are considered local footnotes. They start counting again from 1; and they are not placed with the regular footnotes, but by the next \placelocalfootnotes (which needs to occur inside the environment block).

Examples

Example 1

\setuppapersize[A8]
\starttext
Spam spam spam\footnote{eggs}

\startlocalfootnotes
\placetable
    % The caption
    {A breakfast table.}
    % the table
    \placelegend
        {\starttable[|l|r|]
            \HL
            \VL Spam \footnote {lovely} \VL Bacon \footnote {wonderful} \VL\FR
            \VL Eggs \footnote {wonderful} \VL Spam \footnote {lovely} \VL\LR
            \HL
        \stoptable}
        % the footnotes
        {\placelocalfootnotes}
\stoplocalfootnotes

Spam, spam, eggs, and bacon\footnote{and spam}
\stoptext

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: