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:     rlad...@adamsinfoserv.com
#+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                            rlad...@adamsinfoserv.com

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

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


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

Reply via email to