emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jon David <jdavid@cs.unm.edu>
To: emacs-orgmode@gnu.org
Subject: Re: [Orgmode] tables with many rows not all visible when exporting to PDF
Date: Fri, 9 Feb 2018 11:58:02 -0700	[thread overview]
Message-ID: <566e3c04-1640-cdab-fd74-09b47c5cfac1@cs.unm.edu> (raw)
In-Reply-To: <679ffab9-dfae-b146-3f1e-7b13221dbd5f@cs.unm.edu>

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	other threads:[~2018-02-09 18:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <679ffab9-dfae-b146-3f1e-7b13221dbd5f@cs.unm.edu>
2018-02-09 18:58 ` Jon David [this message]
2018-02-09 18:36 [Orgmode] tables with many rows not all visible when exporting to PDF Jon David
2018-02-09 19:20 ` Nick Dokos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=566e3c04-1640-cdab-fd74-09b47c5cfac1@cs.unm.edu \
    --to=jdavid@cs.unm.edu \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).