Answer by Zarko for How to add a title and note to this table?
if your table is really so long that it has to be split between two pages, then you may consider to use xltabular, [referable]{threeparttablex} and makecell (for adding more vertical space around cells...
View ArticleAnswer by Bernard for How to add a title and note to this table?
I'll illustrate the difference of syntax between threeparttable for ordinary tabulars and threeparttablex, to be used for tables that break across pages. I added some improvements with \extrarowheight...
View ArticleAnswer by Mico for How to add a title and note to this table?
Since (a) you're not using any \tnote directives, (b) the caption is quite short, and (c) one of the main but so-far unaddressed formatting tasks is to keep the tabular material from exceeding...
View ArticleHow to add a title and note to this table?
I am trying to add a title and a note to the following table:\documentclass{article}\usepackage{longtable,pdflscape}\begin{document}\begin{longtable}[{l*{6}{c}r}] \hline & Gov. Rev & Gov. Exp...
View Article