From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell Adams Subject: Latex export & Prosper Presentation Date: Fri, 26 Sep 2008 11:33:57 -0500 Message-ID: <20080926163357.GS11943@thinkpad.adamsinfoserv.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="8bBEDOJVaa9YlTAt" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KjGGe-0003ue-Kz for emacs-orgmode@gnu.org; Fri, 26 Sep 2008 12:34:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KjGGc-0003tQ-2b for emacs-orgmode@gnu.org; Fri, 26 Sep 2008 12:34:08 -0400 Received: from [199.232.76.173] (port=53352 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KjGGb-0003tH-T0 for emacs-orgmode@gnu.org; Fri, 26 Sep 2008 12:34:05 -0400 Received: from squirtle.drak.net ([72.52.144.201]:47333) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KjGGb-0001fy-Id for emacs-orgmode@gnu.org; Fri, 26 Sep 2008 12:34:05 -0400 Received: from [206.180.154.148] (helo=localhost) by squirtle.drak.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1KjGGR-0005pK-Ah for emacs-orgmode@gnu.org; Fri, 26 Sep 2008 11:33:56 -0500 Content-Disposition: inline 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: Org Mode List --8bBEDOJVaa9YlTAt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I've gotten a basic export to Prosper working for a presentation I'm writing to give this weekend. Here is the extra portion for .emacs: (setq org-export-latex-classes (cons '("prosper" "% BEGIN Prosper Defaults \\documentclass[pdf, contemporain]{prosper} \\usepackage[utf8]{inputenc} \\usepackage[T1]{fontenc} \\usepackage[colorlinks,linkcolor=blue]{hyperref} % END Prosper Defaults " ("\\begin{slide}{%s}" . "\\begin{slide}{%s}")) org-export-latex-classes)) Unfortunately it doesn't appear that I can add a closure for the slide, so a manual "\end{slide}" must go at the end of each. Attached is the sample presentation, and it compiles after export with: latex Backups.tex && dvips Backups.dvi && ps2pdf Backups.ps The pdflatex command doesn't work with Prosper. Enjoy! ------------------------------------------------------------------ Russell Adams RLAdams@AdamsInfoServ.com PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 --8bBEDOJVaa9YlTAt Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="Backups.org" #+LaTeX_CLASS: prosper #+TITLE: Linux Backups #+AUTHOR: Russell Adams #+EMAIL: rladams@adamsinfoserv.com #+DATE: <2008-09-26 Fri> #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:nil \n:t @:t ::t |:t ^:t -:t f:t *:t TeX:t LaTeX:nil skip:nil d:nil tags:not-in-toc #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js * Linux Backup | a | B | C | |---+---+---| | 1 | 2 | 3 | \end{slide} * cp Yadda - A - B - C \end{slide} * tar Yadda - A - B - C \end{slide} * Amanda Yadda - A - B - C \end{slide} * rsnapshot Yadda - A - B - C \end{slide} * Duplicity Yadda - A - B - C \end{slide} * BackupPC Yadda - A - B - C \end{slide} --8bBEDOJVaa9YlTAt Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --8bBEDOJVaa9YlTAt--