From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: Long table, landscape or sideways, LaTeX PDF Date: Tue, 14 Jun 2011 21:20:19 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWhat-0007T4-CG for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 00:20:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWhar-000413-Ul for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 00:20:43 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:40530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWhar-00040k-P0 for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 00:20:41 -0400 Received: by bwz17 with SMTP id 17so191104bwz.0 for ; Tue, 14 Jun 2011 21:20:40 -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: "Alan E. Davis" Cc: org-mode Hi Alan, On Tue, Jun 14, 2011 at 7:50 PM, Alan E. Davis wrote: > I have to apologize first, as I had this working at home, to some extent. > Not well.=A0 I have to submit a printout of =A0 grades, today, if possibl= e, and > I've been struggling with it.=A0=A0 Can't find the cookbook formula!=A0= =A0 (I would > like to use the \footnotesize feature also).=A0 So far I've had to go thr= ough > each table, deleting long words, and deleting some fields.=A0 WOuld rathe= r > have some way to do it as is. > > How to do this?=A0 The table should break over two pages.=A0 It would see= m to me > that some combination of sidewaystable and longtable might do it. > As Nick suggests, an #+ATTR_LaTeX: line with longtable and wrapping your table in \usepackage{lscape} #+LATEX: \begin{landscape} ... #+LATEX: \end{landscape} should do the trick. For the use of \footnotesize, you can look at the following Worg page: > > Alan Davis > Hope this helps. --=20 Suvayu Open source is the future. It sets us free.