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

2009-07-06 Thread Carsten Dominik
On Jul 5, 2009, at 6:40 PM, Nick Dokos wrote: Spike Spiegel wrote: ... Also, given a variable like org-export-latex-image-default-option, is there any way to override it per file or per document class? ... Well, yes and no (mostly no - but see below): o You can of course customize this va

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

2009-07-05 Thread Russell Adams
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} \\usepacka

Nick Dokos: Re: [Orgmode] questions about exporting to latex using beamer documentclass

2009-07-05 Thread Nick Dokos
Apologies - I did a "Reply", instead of "Reply all". Spike, thanks for pointing out the omission. --- Forwarded Message Date:Sun, 05 Jul 2009 00:24:42 -0400 From:Nick Dokos To: Spike Spiegel cc: nicholas.do...@hp.com Subject: Re: [Orgmode] questions about exporting to late

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

2009-07-05 Thread Nick Dokos
Spike Spiegel wrote: > ... > Also, given a variable like org-export-latex-image-default-option, is > there any way to override it per file or per document class? > ... Well, yes and no (mostly no - but see below): o You can of course customize this variable, but that's a global setting. o Yo

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

2009-07-05 Thread Nick Dokos
Spike Spiegel wrote: > ... > I did some more work last night and came across another issues: > - #BEGIN_VERBATIM won't work because to use the \begin{verbatim} > environment the \being{frame} requires [fragile] > I worked around this when working on my presentation by putting verbatim stuff in

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

2009-07-05 Thread Nick Dokos
Spike Spiegel wrote: > > #+LaTeX_HEADER: \titlegraphic{\includegraphics{foo.png}} > > > > Both answers spot on, thanks, with just a minor problem: adding > \titlegraphic won't make the spacing between \title \author \data as > produced by \maketitle shrink so the entire slide is pretty much use

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

2009-07-05 Thread Spike Spiegel
Hi Nicholas, On Sun, Jul 5, 2009 at 4:40 AM, Nick Dokos wrote: > Spike Spiegel wrote: > >> ... >> - I also need to include an image in the titlepage but I don't see any >> way to override \maketitle other than maybe renewcommand'ing it, which >> I tried with #+LaTeX_HEADER, but kept getting error

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

2009-07-04 Thread Nick Dokos
Spike Spiegel wrote: > ... > - I also need to include an image in the titlepage but I don't see any > way to override \maketitle other than maybe renewcommand'ing it, which > I tried with #+LaTeX_HEADER, but kept getting errors, altho that might > have been me. While poking around I noticed > org

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

2009-07-04 Thread Nick Dokos
Spike Spiegel wrote: > ... > > On a side note, a little feature request: would it be possible to > produce an indented tex file? post editing is otherwise quite painful > Try C-x h C-M-\ or equivalently M-x mark-whole-buffer M-x indent-region when editing the TeX fi

[Orgmode] questions about exporting to latex using beamer documentclass

2009-07-04 Thread Spike Spiegel
Hi, I have the following in my .emacs: (add-to-list 'org-export-latex-classes '("beamer" "\\documentclass[11pt]{beamer} \\usepackage[utf8]{inputenc} \\usepackage[T1]{fontenc} \\usepackage{hyperref} \\usepackage{verbatim} \\usetheme{Singapore} \\usecolortheme{dove}"