emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Pass LaTeX exporter option prior to \documentclass


From: suvayu ali
Subject: Re: [O] Pass LaTeX exporter option prior to \documentclass
Date: Fri, 4 Nov 2011 20:29:12 +0100

Hi John,

On Fri, Nov 4, 2011 at 18:29, Nick Dokos <address@hidden> wrote:
> Alternatively, you can define a new entry in org-export-latex-classes
> that does what you want - I just cribbed the existing beamer entry and
> modified it a bit (I had called it "beamerpdf14" at first, but apparently
> numerics are not allowed):
>
> ,----
> | (require 'org-latex)
> | (setq beamerpdf  '("beamerpdf" "\\pdfminorversion=4\\documentclass{beamer}" 
> org-beamer-sectioning))
> | (add-to-list 'org-export-latex-classes beamerpdf t)
> `----
>
> and then set
>
> #+LATEX_CLASS: beamerpdf
>
> in your org file.

For the record, I would say Nick's solution is a more flexible setup.

-- 
Suvayu

Open source is the future. It sets us free.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]