What is the best way to center a table and control/fix the textwidth of the
local footnotes?

I currently have:

\starttext

\startbuffer[Tab01]
\startlocalfootnotes
\bTABLE
\bTR\bTD So\eTD\bTD what%
\footnote{\input knuth} % <=
\eTD\eTR
\eTABLE
{\placelocalfootnotes}
\stoplocalfootnotes
\stopbuffer

\startplacetable[title=Test,
align=middle]
                  {\getbuffer[Tab01]}
\stopplacetable

\stoptext

If the footnote is commented out, the table is centered (as I want it).
With the footnote, the table is flushleft. I have managed to get what I
need by defining the \hsize of the footnotes and tweaking the loffset of
the table. But a general, less “empirical” approach would be vastly better.

Alan


Alan
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to