dfeich / org-babel-examples

Examples using emacs org mode babel inline source code with different backend languages
573 stars 116 forks source link

Use longtabu to fix captions problem. #4

Closed winsphinx closed 6 years ago

winsphinx commented 6 years ago

Since tabularx+ltablex cannot deal with caption, I advice tabu+longtabu to do.

This is an example.

dfeich commented 6 years ago

Thanks for the tip. Best regards, Derek

dfeich commented 6 years ago

Hi winsphinx With tabu I get some inhomogeneous line spacings in the resulting table: The lines of cells containing multiple lines get too close to the lines of the next cell. In order to get homogeneous line spacings, I need to set the following parameter

\tabulinesep=1.2mm

q.v. https://tex.stackexchange.com/questions/21570/strange-line-spacing-effects-in-longtabu

Any other workarounds?

winsphinx commented 6 years ago

And there is another bug on the lists of tables under Index page in the exported pdf: a blank space is on the ahead of table 8. I have no idea to cancel it.