emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Beamer specific setupfile?


From: Nick Dokos
Subject: Re: [O] Beamer specific setupfile?
Date: Mon, 12 Mar 2012 18:05:13 -0400

John Hendy <address@hidden> wrote:

> I use beamer a lot for work and decided to create a beamer-specific
> setupfile to clean up my org files a bit. My files typically contain a
> header like so:
> 
> ---
> #+latex_class: beamer
> #+startup: beamer
> #+options: toc:nil latex:t tex:t
> #+latex_class_options: [presentation,bigger]
> #+beamer_frame_level: 1
> #+beamer_header_extra:
> \usetheme[alternativetitlepage=true,titleline=true,titlepagelogo=../pics/pic.jpg]{Torino}
> #+beamer_header_extra: \usecolortheme{freewilly}
> 

Actually all the #+BEAMER_* options are ignored (I fixed the line
breaks, so that's not it). Everything else makes it into the tex file.
Seems something is broke.

Nick

> #+latex_header: \usepackage{tikz}
> #+latex_header:
> \usetikzlibrary{decorations,arrows,automata,positioning,backgrounds}
> 
> #+latex_header: \usepackage{setspace}
> #+latex_header: \setstretch{1.3}
> 
> #+latex_header: \usepackage{lmodern}
> #+latex_header: \usepackage{booktabs}
> #+AUTHOR:    John Henderson
> ---
> 
> I tried inserting the above into a file called =beamer-setup.org= and
> simply doing:
> ---
> #+setupfile: ~/org/aux/beamer-setup.org
> ---
> 
> This doesn't seem to work, however. My theme doesn't get picked up,
> for example. If I put the contents into the file directly, I'm all
> set. Any suggestions on why this might be the case?
> 
> Thanks,
> John
> 



reply via email to

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