Re: [O] Small font size in beamer tables

2011-08-04 Thread Guenter Kolousek
Using beamer the following just works fine too, if the table is the only element inside a frame: #+LATEX: \tiny #+ATTR_LaTeX: align=rr | M (GeV) | K-factor | |-+--| | 50 |1.075 | | 150 | 1.01 | | 250 | 0.9932 | | 350 | 0.9778 | | 450 | 0.9621 |

Re: [O] Small font size in beamer tables

2011-08-03 Thread Vikas Rawal
> I hadn't tried my solution for beamer export. In beamer tables don't > use the table environment, hence my previous solution doesn't work. > > That said, I did find an ugly hack. Try this: > > #+LATEX: {\tiny > #+ATTR_LaTeX: align=rr > | M (GeV) | K-factor | > |-+--| > | 50

Re: [O] Small font size in beamer tables

2011-08-03 Thread suvayu ali
Hello Vikas, On Thu, Aug 4, 2011 at 2:33 AM, Vikas Rawal wrote: > I have this line: > #+ATTR_LaTeX: placement=\footnotesize > align=p{2cm}|r|r|p{1cm}|p{1cm}|r|p{1cm}|p{1cm}| > > This does not produce any change. > > I have also tried just: > > #+ATTR_LaTeX: placement=\footnotesize > > What am I

Re: [O] Small font size in beamer tables

2011-08-03 Thread Vikas Rawal
> > I am using beamer class in orgmode to make a presentation. I need to > > use small font size for some of my tables. > > > > http://orgmode.org/worg/org-hacks.html#latex-command-for-floats Oh. Thanks very much for a prompt response. In fact, I was just reading that extremely useful thread on t

Re: [O] Small font size in beamer tables

2011-08-03 Thread suvayu ali
On Thu, Aug 4, 2011 at 2:00 AM, Vikas Rawal wrote: > I am using beamer class in orgmode to make a presentation. I need to > use small font size for some of my tables. > http://orgmode.org/worg/org-hacks.html#latex-command-for-floats -- Suvayu Open source is the future. It sets us free.

[O] Small font size in beamer tables

2011-08-03 Thread Vikas Rawal
I am using beamer class in orgmode to make a presentation. I need to use small font size for some of my tables. LaTeX_CLASS_OPTIONS changes font size in the text but not in the tables. Something like this does not work. #+ATTR_LaTeX: size=small align=p{2cm}|r|r|p{1cm}|p{1cm}|r|p{1cm}|p{1cm}| W