Tagged Questions
9
votes
0answers
101 views
How to renumber and redisplay additional references to a previous footnote if the previous appearance was several pages prior in ConTeXt?
I am using \setnotetext[footnote][0001]{This is a footnote.} to set a footnote's text and \note[footnote][0001] to create multiple references to it. When the footnote's first appearance, and later ...
5
votes
1answer
98 views
How to create multiple references to a single footnote in ConTeXt?
I have some footnotes in a ConTeXt document, which must be referenced too multiple times, i.e., the superscript mark 1 appears in several parts of the document, but the footnote is only displayed ...
3
votes
1answer
119 views
ConTeXt mkiv: Footnote inside tabulation
I need to include a \footnote inside a tabulation environment. I adapted the example from ConTeXt wiki, but at compiling the content between \starttabulatehead and \stoptabulatehead doesn't show up ...
8
votes
1answer
456 views
What is the correct syntax for subfootnote?
After upgrading from ConTeXt stable to beta, any code containing subfootnote does not compile. E.g.:
\definestructureconversionset [footnote] [numbers, Characters] [numbers]
\setupenumerations ...
2
votes
1answer
62 views
Why is a blank line added before a description environment when placed in a footnote in ConTeXt?
I would like to place a description environment inside a footnote, e.g.:
\definedescription[descr][headstyle=normal, style=normal, width=3em]
\starttext
This is some ...