[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Beamer presentation using new exporter
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Beamer presentation using new exporter |
Date: |
Fri, 01 Mar 2013 12:07:58 +0100 |
Hello,
Vikas Rawal <address@hidden> writes:
> I am finally trying to use the new exporter to create a beamer
> presentation. I started with a simple orgmode file. My file is as
> follows:
>
> #+STARTUP: hidestars
> #+TITLE: Title
> #+AUTHOR: My name
> #+OPTIONS: H:2 toc:nil
> #+E-MAIL: address@hidden
This is unrelated to your problem, but it should be "#+EMAIL:"
> #+LaTeX_CLASS: beamer
"beamer" class is probably not defined in `org-latex-classes', hence
your problem.
Note the name of the class doesn't matter, but it should be associated
to a "beamer" documentclass anyway, unless you have loaded a specific
package for Beamer article mode.
> #+LaTeX_CLASS_OPTIONS: [presentation]
> #+BEAMER_THEME: default
> #+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col)
> %8BEAMER_opt(Opt)
> #+PROPERTY: BEAMER_col_ALL 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.0 :ETC
> #+OPTIONS: H:2
Regards,
--
Nicolas Goaziou