Am 19.05.10 10:11, schrieb Vladimir Lomov:
Hi.
Am I right that footnote don't work inside TABLE?
Example: <example file="footnote_in_TABLE.ctx"> \starttext
Interaction between footnote and TABLE.
\bTABLE \bTR \bTD This is first column \eTD \bTD This is second column\footnote{More convenient way to index as $a_{12}$ --- row and column}\eTD \eTR \bTR \bTD This is second row \eTD \bTD This is cell in second row and second column\eTD \eTR \eTABLE
\stoptext </example>
In table there is a mark (i.e. superscripted 1) but there is no text.
Write in the table '\postponenotes\footnote{...}' or use \automigrateinserts in preamble but for floats use localfootnotes.
Thanks in advance, Vladimir.
P.S. I use ctx extension for context (mkiv) files.
Use *.tex for your files, the ctx-extension for preprocessing files, see http://pragma-ade.com/general/manuals/xmanipulate.pdf Wolfgang