From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Small font size in beamer tables Date: Thu, 4 Aug 2011 05:30:16 +0530 Message-ID: <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]:41836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QolMp-0003Xw-98 for emacs-orgmode@gnu.org; Wed, 03 Aug 2011 20:00:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QolMo-000072-G8 for emacs-orgmode@gnu.org; Wed, 03 Aug 2011 20:00:51 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:47677) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QolMo-00006u-Dk for emacs-orgmode@gnu.org; Wed, 03 Aug 2011 20:00:50 -0400 Received: by ywa6 with SMTP id 6so910861ywa.0 for ; Wed, 03 Aug 2011 17:00:49 -0700 (PDT) Content-Disposition: inline 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 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}| What would be the easiest way to specify that a table uses smaller font size. Vikas