Nick Dokos <nicholas.do...@hp.com> wrote: > suvayu ali <fatkasuvayu+li...@gmail.com> wrote: > > > On Tue, Jun 14, 2011 at 7:50 PM, Alan E. Davis <lngn...@gmail.com> wrote: > > > (I would > > > like to use the \footnotesize feature also). > > ... > > > > For the use of \footnotesize, you can look at the following Worg page: > > <http://orgmode.org/worg/org-hacks.html#sec-1_6_1> > > 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