From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: Small font size in beamer tables Date: Thu, 4 Aug 2011 06:03:09 +0530 Message-ID: <20110804003309.GA18918@panahar> References: <20110804000016.GA17883@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qolsh-000819-Aq for emacs-orgmode@gnu.org; Wed, 03 Aug 2011 20:33:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qolsg-0005lA-Co for emacs-orgmode@gnu.org; Wed, 03 Aug 2011 20:33:47 -0400 Received: from mail-pz0-f44.google.com ([209.85.210.44]:40949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qolsg-0005l6-3v for emacs-orgmode@gnu.org; Wed, 03 Aug 2011 20:33:46 -0400 Received: by pzk36 with SMTP id 36so564051pzk.17 for ; Wed, 03 Aug 2011 17:33:44 -0700 (PDT) Content-Disposition: inline In-Reply-To: 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 To: emacs-orgmode@gnu.org, suvayu ali > > 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 this list where you proposed this solution and provided the patch for the documentation. The solution is not working for me somehow. Which is to say that, with my limited knowledge of latex, I have not been able to understand this. So may I please you to elaborate a bit. 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 []. Do i have to have some? If it is relevant, my table is produced by a src block which processes an R script. So the entire frame looks like: *** frame title #+CAPTION: the table title here #+ATTR_LaTeX: placement=\footnotesize align=p{2cm}|r|r|p{1cm}|p{1cm}|r|p{1cm}|p{1cm}| #+BEGIN_SRC R :results value :colnames yes :hline yes [R script here] #+END_SRC I shall be grateful if you could help me tweak this. Vikas