30 Apr
2019
30 Apr
'19
8:54 a.m.
Hi Hans, It seems that there is a conflict between \startplacetable and \startlocalfootnotes: in the following example when the latter command (and its \stop counterpart) is commented out the table is placed correctly in the middle, while otherwise the table is not centered. Best regards: OK %%% begin localfootnotes-xtable.tex \startplacetable \startlocalfootnotes \startxtable \startxrow \startxcell Alpha \stopxcell \startxcell Beta\footnote{Footnote Here} \stopxcell \stopxrow \startxrow \startxcell Beta \stopxcell \startxcell Alpha\stopxcell \stopxrow \stopxtable \placelocalfootnotes \stoplocalfootnotes \stopplacetable %%% end localfootnotes-xtable.tex