The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
31 views

Problem with landscape table layout following a normal table in a document

I have landscape tables which span multiple pages and are laid out as three part tables with a notes section at the bottom. The landscape tables in the document are fine at the beginning of the ...
3
votes
1answer
57 views

How to increase the vertical space between two “touching” tables?

I skimmed Can't generate vertical space between tables but am looking for sth slightly different: I don't really want to keep the tables together necessarily - I'm happy to let LaTeX (or whoever ...
1
vote
2answers
73 views

Will subcaption and threeparttable live happily ever after? Trouble combining the two

I'm trying to take this MWE table and put it into a subcaption's subtable environment, or, alternatively, use subcaption's subcaption command - see subcaption's manual - to achieve the same end: to ...
3
votes
1answer
65 views

Why is the tnote of my threeparttable's table cheekily protruding? How can the width be (automatically) adjusted here?

Why is the tnote of my threeparttable's table cheekily protruding? How can the width be (automatically) adjusted here? \documentclass{article} \usepackage[utf8]{inputenc} \usepackage{tabulary} ...
1
vote
1answer
85 views

How best to change the font size (etc) of threeparttable's table notes?

How best to change the font size (etc) of the threeparttable table notes ? Google returned these (duplicate) unanswered stubs (in English and German, but with pictures ;) ...
4
votes
2answers
141 views

How to get line-breaking / multirow to work in the caption of my beginner's table?

How to get line-breaking / multirow to work in the caption of my beginner's table? \caption{this is my first table's captive caption} I'd like the caption to look sth like this: this is my ...
4
votes
1answer
89 views

Properly top align caption beside threeparttable using KOMA-script

Things look pretty good without threeparttable. Uncomment threeparttable and tablenotes results in the caption riding up into the previous paragraph. \documentclass{scrbook} ...
1
vote
0answers
37 views

LaTeX error when using Lyx: Bad mathchar (32768)

I have been getting this error message when ouputing my LyX document: Bad mathchar (32768), with the following explanation: "A mathchar number must be between 0 and 32767. I changed this one to ...
2
votes
1answer
88 views

Placement of tablenotes in longtable with threeparttablex

How can I prevent a pagebreak of the tablenotes within ThreePartTable (threeparttablex) in the following MWE (btw it's a landscape table)? \enlargethispage seems to have no effect. ...
2
votes
1answer
139 views

Struggling with landscape/longtable/ThreePartTable

I have a table for my thesis which needs to be landscape breaking across pages and preferably with threeparttable. I found that threeparttablex works with longtable so I switched to that. I have two ...
2
votes
1answer
59 views

esttab output in Spanish (observations) using threeparttable and estwide or estauto

I am using the eststo and esttab commands to output regression results in .tex documents. I then use threeparttable (package threeparttablex) and \estwide to create and format the table in my LyX ...
4
votes
1answer
213 views

Linenumbers with lineno (edtable) breaks inside threeparttable because of caption

I'm trying to show linenumbers for tables using lineno, i.e. edtable. The table is set using threeparttable and linenumbers work fine, but compilation fails when including a caption. The error message ...