Questions tagged [threeparttable]

The package threeparttable supports typesetting tabulars that include "table notes". Tabular environments can then include three parts: (1) caption, (2) tabular, including note markers, (3) notes.

286 questions
10
votes
4 answers

Table width with threeparttable smaller than notes and caption?

I am trying to create a fairly thin table with wider caption and wider note than the body of the table itself. My aim is not to make the table simply wider, since this makes the table look ugly and the values seem to be lost. Is there a way to solve…
meierun
  • 227
  • 2
  • 7
6
votes
2 answers

Table width wider than textwidth in threeparttable environment

I have a table that is wider than \textwidth. The table also has footnotes, see the following picture: I put the table in a threeparttable environment, and try to use \makebox command mentioned in this question to center the table horizontally.…
Nick
  • 761
4
votes
2 answers

Table notes in threeparttable misaligned

Very new to this. Have written something like this: \begin{threeparttable} ..... table contents.... \end{tabular} \begin{tablenotes}[flushleft] \small \item table comment 1 \item table comment 2 \item blah blah comment 3 …
fran
  • 41
3
votes
1 answer

Changing behaviour of the 'tablenotes' environment

Is there a way to declare in the preamble so that the tablenotes environment has: Single spacing between the item-lists. The size is \scriptsize. \documentclass[a4paper,…
Miloop
  • 783
3
votes
1 answer

\tnote mark goes out of table border

In a threeparttable the \tnote superscript goes out of the table border when @{} is used: \documentclass{book} \usepackage{booktabs} \usepackage[flushleft]{threeparttable} \begin{document} \begin{threeparttable} \begin{tabular}{@{}ll@{}} …
CarLaTeX
  • 62,716
2
votes
2 answers

Putting a line underneath a word in three part table

I cant seem to fix this small issue where the line underneath the word "MS-DNS" is aligned to the left instead of right underneath the word. Here is the LaTeX code \documentclass[11pt,a4paper]{article} \usepackage{amssymb, amsmath,…
Matthew
  • 315
2
votes
1 answer

Threeparttable and other environments than ''Table''

This is the first time I write a document (thesis) in LaTeX and I put a lot of effort the past few months in trying to learn the basics of latex. I experience particular difficulties in making nice looking tables. I recently discovered the…
peter
  • 147
1
vote
5 answers

Tablenotes not aligned with textwidth

I have the following problem. I use threeparttable and tablenotes for my notes. Unfortunately, the note is not aligned with the text width: How do I get this fixed? \documentclass[a4paper, 12pt, twoside = false, BCOR=10mm,…
1
vote
2 answers

Need help with formatting of table

I am currently experiencing some formatting issues with my table. I have conducted two separate regression analyses and now I would like to include them in one table since all the regression coefficients are the same. One table looks like this:…
Milkovena
  • 121
1
vote
1 answer

How to solve \headrow error?

\headrow is not working and give error on Overleaf: The compiler is having trouble understanding a command you have used. Check that the command is spelled correctly. If the command is part of a package, make sure you have included the package in…
1
vote
1 answer

How can I change the line for long table footnotes?

I am trying to align the table footnote with the table. But, I am not successful. The following is my code. I also attached the captured file. Can somebody help me to figure out this? \begin{table} \caption{Unconditional moments of consumption and…
chanik
  • 35
1
vote
1 answer

TexStudio Table Notes error

I am getting an error in the tablenotes. This is my table: % Table generated by Excel2LaTeX from sheet 'BEKK' \begin{table}[h] \caption{BEKK estimates: Full Period} \begin{center} \begin{threeparttable} \begin{tabular}{rrr} \toprule Variables &…
0
votes
0 answers

tnote in caption of figure using three parttable

I watch the threeparttable file which can deal with footnotes in captions. And I tried: \documentclass{article} \usepackage{threeparttable} \usepackage{graphicx} \begin{document} \begin{figure}[h] \begin{threeparttable} \centering …
Y. zeng
  • 1,885