Hi, Juanjo
thanks a lot for your help. I finally found my mistake. In case that anyone have the same problem the mistake is that I was putting the \end{tabularx} after the \{endtablenotes} so the program was receiving the notes as part of the table. Now I just put the \{tabularx} before the ...
Search found 3 matches
- Sun Sep 14, 2008 5:58 pm
- Forum: General
- Topic: Table footnotes (threeparttable package) Please help!!!!
- Replies: 4
- Views: 13079
- Sun Sep 14, 2008 5:42 pm
- Forum: General
- Topic: Table footnotes (threeparttable package) Please help!!!!
- Replies: 4
- Views: 13079
Re: Table footnotes (threeparttable package) Please help!!!!
Hi, gmedina thanks for your help,
the code that I have wriiten is:
\documentclass{report}
\usepackage{rotating}
\usepackage{ctable}
\usepackage{array}
\usepackage{tabularx}
\usepackage{tabulary}
\usepackage{footnote}
\usepackage{threeparttable}
\begin{document}
\begin{sidewaystable}
\begin ...
the code that I have wriiten is:
\documentclass{report}
\usepackage{rotating}
\usepackage{ctable}
\usepackage{array}
\usepackage{tabularx}
\usepackage{tabulary}
\usepackage{footnote}
\usepackage{threeparttable}
\begin{document}
\begin{sidewaystable}
\begin ...
- Sat Sep 13, 2008 4:45 pm
- Forum: General
- Topic: Table footnotes (threeparttable package) Please help!!!!
- Replies: 4
- Views: 13079
Table footnotes (threeparttable package) Please help!!!!
I am creating a table and I want to use threeparttable package to put some notes and footnotes in the table. Everything works fine but the second column begins there where the footnotes end. Since my footnotes are too large is there any way to fix that. If I use tabular instead of tabularx the ...