From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alan E. Davis" Subject: Re: Long table, landscape or sideways, LaTeX PDF Date: Wed, 15 Jun 2011 16:02:39 +1000 Message-ID: References: <7953.1308114011@alphaville.dokosmarshall.org> <20110614222436.56069674@kuru.homelinux.net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016e6de0029ec4cb704a5b9eb74 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWjD5-00043e-Bg for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 02:04:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWjD3-0007De-SX for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 02:04:15 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:45067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWjD3-0007DV-JG for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 02:04:13 -0400 Received: by wyf19 with SMTP id 19so66050wyf.0 for ; Tue, 14 Jun 2011 23:04:12 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode --0016e6de0029ec4cb704a5b9eb74 Content-Type: text/plain; charset=ISO-8859-1 This is what worked TO AN EXTENT (no page breaks in table): ---------------- (At top of org file:) #+ATTR_LaTeX: longtable align=l|lp{3cm}r|l #+LATEX_HEADER: \usepackage{pdflscape} #+LaTeX: \begin{center} \begin{landscape} #+LaTeX: {}\begin{sidewaystable}\footnotesize [ORG TABLE HERE] #+LaTeX:\end{landscape} \end{center} #+LaTeX: \end{sidewaystable} ----------------- No such thing as breaking across the page happened. Neither was I able to use longtable to do so. Alan --0016e6de0029ec4cb704a5b9eb74 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable This is what worked TO AN EXTENT (no page breaks in table):

--------= --------
=A0 (At top of org file:)
#+ATTR_LaTeX: longtable align=3Dl= |lp{3cm}r|l
#+LATEX_HEADER: \usepackage{pdflscape}

=A0#+LaTeX: \b= egin{center} \begin{landscape}
#+LaTeX: {}\begin{sidewaystable}\footnotesize
=A0
[ORG TABLE HERE]
#+LaTeX:\end{landscape} \end{center}
#+LaTeX: \end{sidewaystable}
-----------------

No such thing as breaking across the page ha= ppened.=A0 Neither was I able to use longtable to do so.

Alan

--0016e6de0029ec4cb704a5b9eb74--