Changes

Jump to navigation Jump to search
617 bytes added ,  07:15, 12 August 2013
\footnotetext[footC]{It could be something entirely different.}
is a sentence with nested footnotes.
</context>
 
== Suppressing Footnotes Entirely ==
 
The boolean {{cmd|link=no|notesenabled}} controls whether footnotes are processed at all.
If set to ''false'', invocations of {{cmd|footnote}} will be ignored.
After it is set to ''true'' again Context will pick up the footnote counters at their
previous state, so numbering will continuous.
 
<context source="yes" mode="mkiv">
\setuppapersize [A7]
\starttext
 
\dorecurse {2} { foo \footnote {bar} baz \par }
 
\notesenabledfalse
 
\dorecurse {3} { foo \footnote {bar} baz \par }
 
\notesenabledtrue
 
\dorecurse {2} { foo \footnote {bar} baz \par }
 
\stoptext
</context>
188

edits

Navigation menu