From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Long table, landscape or sideways, LaTeX PDF Date: Wed, 15 Jun 2011 01:17:22 -0400 Message-ID: <8315.1308115042@alphaville.dokosmarshall.org> References: <7953.1308114011@alphaville.dokosmarshall.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWiUH-0005KT-B9 for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 01:17:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWiUF-0004cI-MJ for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 01:17:56 -0400 Received: from vms173007pub.verizon.net ([206.46.173.7]:38181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWiUF-0004c0-DA for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 01:17:55 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173007.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LMT00CNOG0YN080@vms173007.mailsrvcs.net> for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 00:17:28 -0500 (CDT) In-reply-to: Message from Nick Dokos of "Wed, 15 Jun 2011 01:00:11 EDT." <7953.1308114011@alphaville.dokosmarshall.org> 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 Cc: org-mode , nicholas.dokos@hp.com Nick Dokos wrote: > suvayu ali wrote: > > > On Tue, Jun 14, 2011 at 7:50 PM, Alan E. Davis wrote: > > > (I would > > > like to use the \footnotesize feature also). > > ... > > > > For the use of \footnotesize, you can look at the following Worg page: > > > > Actually, I don't think the trick works with longtable - at least, I > can't see any difference (checking the tex file shows no evidence of > the attributes.) And fwiw, the other trick of resetting the size > (http://thread.gmane.org/gmane.emacs.orgmode/42196/focus=42785) doesn't > seem to work either - the commands are probably very different. > In fact, trying to place a \footnotesize or \scriptsize into the tex > file was a bust - I tried a few places and either got errors or no changes > in size. So I don't know how to change the size in LaTeX, let > alone in org. > Well, it's actually quite simple: #+LATEX: \scriptsize before the table does it. Nick