From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Changing fontsizes in a frame in org beamer Date: Fri, 10 Sep 2010 10:39:58 -0500 Message-ID: References: <20100910130254.GA15936@panahar> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1962972855==" Return-path: Received: from [140.186.70.92] (port=40777 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ou5hq-0007gL-Iw for emacs-orgmode@gnu.org; Fri, 10 Sep 2010 11:40:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ou5hp-0003Tv-5V for emacs-orgmode@gnu.org; Fri, 10 Sep 2010 11:40:02 -0400 Received: from mail-gx0-f169.google.com ([209.85.161.169]:48844) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ou5hp-0003Tj-0y for emacs-orgmode@gnu.org; Fri, 10 Sep 2010 11:40:01 -0400 Received: by gxk9 with SMTP id 9so1573886gxk.0 for ; Fri, 10 Sep 2010 08:39:59 -0700 (PDT) In-Reply-To: <20100910130254.GA15936@panahar> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Vikas Rawal Cc: emacs-orgmode@gnu.org --===============1962972855== Content-Type: multipart/alternative; boundary=0016e6d9765120676f048fe98f6a --0016e6d9765120676f048fe98f6a Content-Type: text/plain; charset=ISO-8859-1 Vikas, You want to play around with the \setbeamerfont command. Grab the manual here: http://www.ctan.org/tex-archive/macros/latex/contrib/beamer/doc/beameruserguide.pdf Check out, in particular, section 18.3.3 entitled "Setting Beamer's Fonts" - You can direct commands for the whole document at various "parts" of the Beamer doc --- \setbeamerfont {title}{size=\large} (or \LARGE or \Huge, for example) --- \setbeamerfont {frametitle} --- Scan the manual for all the part names you can fiddle with but for sure these are frametitle (title on each slide), title (title on the first slide), author (author's name on first slide), footer/header (the stuff at the bottom/top of each slide)... and probably subtitle? I forget all of them and haven't found a great concise list yet... - You can also set up custom font names like this from page 199 /-------- | \setbeamerfont{parent A}{size=\large} | \setbeamerfont{parent B}{series=\bfseries} | \setbeamerfont{child}{parent={parent A, parent B},size=\small} | \normalfont | This text is in a normal font. | \usebeamerfont{parent A} | This text is large. | \usebeamerfont{parent B} | This text is large and bold. | \usebeamerfont{parent B} | This text is still large and bold. | \usebeamerfont*{parent B} | This text is only bold, but not large. | \usebeamerfont{child} | This text is small and bold. \--------- Also, see secion 18.2.1 entitled "Choosing a Font Size for Normal Text" - Essentially you set body text via \documentclass[size-goes-here(e.g. 8pt, 11pt, etc.] ]{beamer} Lastly, here's a handy page with LaTeX font sizes: http://en.wikibooks.org/wiki/LaTeX/Useful_Size_Commands John On Fri, Sep 10, 2010 at 8:02 AM, Vikas Rawal < vikaslists@agrarianresearch.org> wrote: > I am using org to make a beamer presentation and would like to know > how to change font sizes of different elements in a frame. I would > like font size specification to apply to different elements of an > individual frame: the body, the item list, table, captions etc. What > would be the easiest way to define these for a frame? Can I use > Attr_LaTex? How? > > Thanks, > > Vikas > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > --0016e6d9765120676f048fe98f6a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Vikas,


You want to play around with the \= setbeamerfont command.


Check out, in particular, section 18.3.3 entitled "= ;Setting Beamer's Fonts"
- You can direct commands for t= he whole document at various "parts" of the Beamer doc
--- \setbeamerfont {title}{size=3D\large} (or \LARGE or \Huge, for example)=
--- \setbeamerfont {frametitle}
--- Scan the manual fo= r all the part names you can fiddle with but for sure these are frametitle = (title on each slide), title (title on the first slide), author (author'= ;s name on first slide), footer/header (the stuff at the bottom/top of each= slide)... and probably subtitle? I forget all of them and haven't foun= d a great concise list yet...

- You can also set up custom font names like this from = page 199
/--------
| \setbeamerfont{parent A}{size= =3D\large}
| \setbeamerfont{parent B}{series=3D\bfseries}
| \setbeamerfont{child}{parent=3D{parent A, parent B},size=3D\small}
<= div>| \normalfont
| This text is in a normal font.
| \u= sebeamerfont{parent A}
| This text is large.
| \usebeam= erfont{parent B}
| This text is large and bold.
| \usebeamerfont{parent B}
| This text is still large and bold.
| \usebeamerfont*{pa= rent B}
| This text is only bold, but not large.
| \use= beamerfont{child}
| This text is small and bold.
\---------

Also, see secion 18.2.1 entitled "Choosing a Fo= nt Size for Normal Text"
- Essentially you set body text via= \documentclass[size-goes-here(e.g. 8pt, 11pt, etc.] ]{beamer}

Lastly, here's a handy page with LaTeX font sizes:= =A0http= ://en.wikibooks.org/wiki/LaTeX/Useful_Size_Commands



John

On F= ri, Sep 10, 2010 at 8:02 AM, Vikas Rawal <vikaslists@agrarianresearch.org&= gt; wrote:
I am using org to make a beamer presentatio= n and would like to know
how to change font sizes of different elements in a frame. I would
like font size specification to apply to different elements of an
individual frame: the body, the item list, table, captions etc. What
would be the easiest way to define these for a frame? Can I use
Attr_LaTex? How?

Thanks,

Vikas


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

--0016e6d9765120676f048fe98f6a-- --===============1962972855== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1962972855==--