[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Latex "Missing number, treated as zero."
From: |
Sebastien Vauban |
Subject: |
Re: [O] Latex "Missing number, treated as zero." |
Date: |
Mon, 02 Dec 2013 15:09:21 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt) |
Alan Schmitt wrote:
> I think this letter class is wrong. Here is mine for beamer (note the
> "\[" before the options to be substituted by the export process):
>
> (add-to-list 'org-latex-classes
> '("beamer"
> "\\documentclass[presentation]{beamer}
> \[DEFAULT-PACKAGES]
> \[PACKAGES]
> \[EXTRA]"
> ("\\section{%s}" . "\\section*{%s}")
> ("\\subsection{%s}" . "\\subsection*{%s}")
> ("\\subsubsection{%s}" . "\\subsubsection*{%s}")))
Note that you don't need to escape the `[' with `\': it's not a regexp simply
a string; hence, `[' does not need to be escaped.
Best regards,
Seb
--
Sebastien Vauban