Re: [O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread Nick Dokos
suvayu ali wrote: > Yes you are correct. There was no adjoining text so I didn't notice > the regular size fonts. I think the placement option is getting > completely ignored when longtable is present. > > That being said, if I put the \footnotesize after the #+LATEX > \begin{landscape} line, it

Re: [O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread Alan E. Davis
This works. My table was quite wide: about two landscape sheets wide, so I was looking for a solution for width. Technically, I guess it's only a long table, if it's printed sideways? Don't know if that makes sense. Thank you for this. Good example. Alan 2011/6/15 Suvayu Ali > Hi Nick and

Re: [O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread suvayu ali
On Tue, Jun 14, 2011 at 10:49 PM, Nick Dokos wrote: >> It works for me very smoothly. I have attached an example org file and >> the exported tex and pdf files. >> > > Try with and without the \footnotesize: do you see any difference? I don't > think there is one - for confirmation, look at the te

Re: [O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread Alan E. Davis
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] #+LaTe

Re: [O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread Nick Dokos
Suvayu Ali wrote: > Hi Nick and Alan, > > On Wed, 15 Jun 2011 01:00:11 -0400 > 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

Re: [O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread Suvayu Ali
Hi Nick and Alan, On Wed, 15 Jun 2011 01:00:11 -0400 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 follo

Re: [O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread Nick Dokos
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: > >

Re: [O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread Nick Dokos
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

Re: [O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread suvayu ali
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.  I have to submit a printout of   grades, today, if possible, and > I've been struggling with it.   Can't find the cookbook formula!   (I would >

Re: [O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread Nick Dokos
Alan E. Davis wrote: > I have to apologize first, as I had this working at home, to some extent. > Not well. I have to submit a printout of grades, today, if possible, and > I've been struggling with it. Can't find the cookbook formula! (I would > like to use the \footnotesize feature also

[O] Long table, landscape or sideways, LaTeX PDF

2011-06-14 Thread Alan E. Davis
I have to apologize first, as I had this working at home, to some extent. Not well. I have to submit a printout of grades, today, if possible, and I've been struggling with it. Can't find the cookbook formula! (I would like to use the \footnotesize feature also). So far I've had to go throu