emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] questions about exporting to latex using beamer documentcl


From: Russell Adams
Subject: Re: [Orgmode] questions about exporting to latex using beamer documentclass
Date: Sun, 5 Jul 2009 16:25:51 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

Here's how I use "prosper", follow the examples below. After exporting
to tex, you must use the "latex" command (not pdflatex), followed by "dvipdf".

Enjoy!

~/.emacs:

(setq org-export-latex-classes (cons '("prosper"
"% BEGIN Prosper Defaults
\\documentclass[pdf, contemporain]{prosper}
\\usepackage[utf8]{inputenc}
\\usepackage[T1]{fontenc}
\\usepackage{hyperref}
\\hypersetup{colorlinks,linkcolor=blue}
% END Prosper Defaults

"
("\\begin{slide}{%s}"
"\\end{slide}"
"\\begin{slide}{%s}"
"\\end{slide}"))
org-export-latex-classes))

Ledger.org (see http://adamsinfoserv.com/ under Presentations):

#+LaTeX_CLASS: prosper
#+TITLE:     Ledger & CLI Accounting
#+AUTHOR:    Russell Adams
#+EMAIL:     address@hidden
#+DATE:      2009-06-27
#+OPTIONS:   H:3 num:nil toc:nil \n:t @:t ::t |:t ^:nil -:t f:t *:t <:t
#+OPTIONS:   TeX:nil LaTeX:nil skip:nil d:nil todo:t pri:nil tags:not-in-toc

* Slide

 - Item
 - Item
 - Item

* COMMENT Local Vars

#+ Local Variables:
#+ org-export-latex-title-command: ""
#+ End:


------------------------------------------------------------------
Russell Adams                            address@hidden

PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/

Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3




reply via email to

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