Am 06.07.2013 um 07:40 schrieb d.henman <dhen...@gmail.com>:

> 
> Here is a minimal example of my attempt to get a footnot(s) just below a 
> table.
> 
> As it is the footnote is dislayed to the right of the table.
> 
> Minimal example: 
> 
> %---------------------------
> 
> \starttext
> 
> \midaligned
>   {
>    \startlocalfootnotes   % [conversion=set fnsym]
>    \setupnotation[footnote][rule=off] % change footnote symbols
> 
>    \starttable[|c|c|c|c|]
>       \HL
>     \VL col-1 \VL col-2 $\dagger$\footnote[myfootnote]{Re: X} \VL  col-3 \VL 
> col-4 \VL \MR
>       \HL
>    \stoptable
> %    \placelocalfootnotes[here]
>    \placelocalfootnotes[here]
>    \stoplocalfootnotes
>    \setupnotation[footnote][numberconversion=n,rule=on]  % restore footnotes 
> to global 
>   }
> 
> \stoptext
> 
> %----------------------------------


\starttext

\startplacetable[location={force,nonumber}]
        \startlocalfootnotes
        \setupnotation[footnote][numberconversion=set 1]
                \startplacelegend
                        \startcontent
                                \starttable[|c|c|c|c|]
                                \HL
                                \VL col-1 \VL col-2\footnote{Re: X} \VL  col-3 
\VL col-4 \VL \MR
                                \HL
                                \stoptable
                        \stopcontent
                        \startcaption
                                \placelocalfootnotes
                        \stopcaption
                \stopplacelegend
        \stoplocalfootnotes
\stopplacetable

\stoptext

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to