From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell Adams Subject: Re: questions about exporting to latex using beamer documentclass Date: Sun, 5 Jul 2009 16:25:51 -0500 Message-ID: <20090705212551.GE27937@thinkpad.adamsinfoserv.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNZDj-0004Gn-Sv for emacs-orgmode@gnu.org; Sun, 05 Jul 2009 17:25:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNZDh-0004GY-D0 for emacs-orgmode@gnu.org; Sun, 05 Jul 2009 17:25:58 -0400 Received: from [199.232.76.173] (port=59723 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNZDh-0004GR-84 for emacs-orgmode@gnu.org; Sun, 05 Jul 2009 17:25:57 -0400 Received: from squirtle.drak.net ([72.52.144.201]:47910) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MNZDh-0006ex-5C for emacs-orgmode@gnu.org; Sun, 05 Jul 2009 17:25:57 -0400 Received: from 206.180.154.148.adsl.hal-pc.org ([206.180.154.148] helo=localhost) by squirtle.drak.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1MNZDV-0005DZ-OS for emacs-orgmode@gnu.org; Sun, 05 Jul 2009 16:25:46 -0500 Content-Disposition: inline In-Reply-To: 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: emacs-orgmode@gnu.org 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: rladams@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 RLAdams@AdamsInfoServ.com PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3