ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [***SPAM***] Placement of a table's footnotes
@ 2013-07-06  5:40 d.henman
  2013-07-06  6:21 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: d.henman @ 2013-07-06  5:40 UTC (permalink / raw)
  To: ntg-context


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

%----------------------------------

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [***SPAM***] Placement of a table's footnotes
  2013-07-06  5:40 [***SPAM***] Placement of a table's footnotes d.henman
@ 2013-07-06  6:21 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2013-07-06  6:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 06.07.2013 um 07:40 schrieb d.henman <dhenman@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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-06  6:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-06  5:40 [***SPAM***] Placement of a table's footnotes d.henman
2013-07-06  6:21 ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).