emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [Orgmode] tables with many rows not all visible when exporting t


From: Jon David
Subject: Re: [O] [Orgmode] tables with many rows not all visible when exporting to PDF
Date: Fri, 9 Feb 2018 11:58:02 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

I found the solution. This page shows shows a list of attributes that are available:
https://orgmode.org/manual/Tables-in-LaTeX-export.html#Tables-in-LaTeX-export

To fix my problem, I did the following:
(1) add this to the top of the org file:
#+LaTeX_HEADER: \usepackage{longtable}

(2) Before the table definition, add the following:
#+ATTR_LATEX: :environment longtable

This fixes the issue. Any table with many rows will now continue to the next page.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]