Command/footnotetext

Unofficial ConTeXt Wiki mirror

Last modified: 2021-11-16

Summary

The command \footnotetext is used to produce just a footnote text

Settings

\footnotetext[...,...]{...}
[...,...] reference
{...} text

Settings assignment

\footnotetext[...=...,...]
title text
bookmark text
list text
reference reference

Description

The command \footnotetext is used to produce just a footnote text, without a marker in the running text

Examples

Example 1

  • \setuppapersize[A7,landscape]
    \starttext
    \input zapf \footnotetext[fn]{some footnote text.}
    \blank
    See also~\in{footnote }[fn].
    \stoptext
    

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: