emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Latex "Missing number, treated as zero."


From: Michael Strey
Subject: Re: [O] Latex "Missing number, treated as zero."
Date: Sun, 01 Dec 2013 21:23:52 +0100
User-agent: mu4e 0.9.9.5; emacs 24.3.1

Hi Ian,

address@hidden writes:

> This is a Latex problem, but I am hoping someone here can trow some 
> light on it.

No, it's not a LaTeX problem.

> \documentclass{scrlttr2} \usepackage[english]{babel}  [NO-DEFAULT-PACKAGES]

This line is no valid LaTeX code.  As you already mentioned, if you
remove `[NO-DEFAULT-PACKAGES]', the pdflatex run works.

Please check your Emacs variable org-latex-classes.

Here is what I have in this variable for my letter class:

,----
|  ("letter_private" 
"\\documentclass[fontsize=11pt,strey_privat]{scrlttr2}\n\\LoadLetterOption{DIN}\n[NO-DEFAULT-PACKAGES]\n[PACKAGES]\n[EXTRA]"
|   ("\\section{%s}" . "\\section*{%s}")
|   ("\\subsection{%s}" . "\\subsection*{%s}")
|   ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
`----

Best regards
Michael Strey
-- 
http://www.strey.biz



reply via email to

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