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                            [EMAIL PROTECTED]

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

Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3
#+LaTeX_CLASS: prosper
#+TITLE:     Linux Backups
#+AUTHOR:    Russell Adams
#+EMAIL:     [EMAIL PROTECTED]
#+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}
_______________________________________________
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