Changes

Jump to navigation Jump to search
1,270 bytes added ,  16:55, 18 April 2009
"First View" is an answer of Hans. What I do is only put the answer here with some clearing up.
< [[Structurals]] | [[References]] >
 
==First View==
 
<texcode>
\section{First}
 
Way to \ConTeXt\footnote{First footnote.} is painful.
 
\section{Second}
 
But \ConTeXt is amazing.\footnote{Second footnote}
 
\placetable
{Complex Table\footnote{A table head footnote.}}
{\startlocalfootnotes
\placelegend
{\starttable[|l|l|]
\HL
\NC First Column \NC Second Column \NC \FR
\HL
\NC East\footnote{Footnote inside graphic.} \NC North \NC \FR
\NC West \NC South \NC \LR
\HL
\stoptable}
{\placelocalfootnotes}
\stoplocalfootnotes}
</texcode>
 
<context>
\starttext
\section{First}
 
Way to \ConTeXt\footnote{First footnote.} is painful.
 
\section{Second}
 
But \ConTeXt is amazing.\footnote{Second footnote}
 
\placetable
{Complex Table\footnote{A table head footnote.}}
{\startlocalfootnotes
\placelegend
{\starttable[|l|l|]
\HL
\NC First Column \NC Second Column \NC \FR
\HL
\NC East\footnote{Footnote inside graphic.} \NC North \NC \FR
\NC West \NC South \NC \LR
\HL
\stoptable}
{\placelocalfootnotes}
\stoplocalfootnotes}
\stoptext
</context>
 
Here we have footnotes of two outer ones, a local one (in the table) and a postponed one (in the graphic).
==Basic Footnotes==
3

edits

Navigation menu