emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Small font size in beamer tables


From: Guenter Kolousek
Subject: Re: [O] Small font size in beamer tables
Date: Thu, 04 Aug 2011 20:31:42 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11


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 |

Günter

Am 2011-08-04 03:07, schrieb suvayu ali:
Hello Vikas,

On Thu, Aug 4, 2011 at 2:33 AM, Vikas Rawal
<address@hidden>  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 supposed to do with [<options>]. Do i have to have some?


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 |    1.075 |
|     150 |     1.01 |
|     250 |   0.9932 |
|     350 |   0.9778 |
|     450 |   0.9621 |
#+LATEX: }

Hopefully this was helpful.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]