emacs-orgmode
[Top][All Lists]
Advanced

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

[O] LaTeX export: Unknown LaTeX class `org-article'


From: Peter Davis
Subject: [O] LaTeX export: Unknown LaTeX class `org-article'
Date: Fri, 24 Jan 2014 07:19:05 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.2.0


I'm trying to get org-article working so I can create PDFs with something other than Computer Modern, but I keep getting the error

Unknown LaTeX class `org-article'

when I use this in the file:

#+LaTeX_CLASS: org-article
#+LaTeX_CLASS_OPTIONS: [article,letterpaper,times,12pt,listings-bw,microtype]

I've been following the instructions here:

http://orgmode.org/worg/org-contrib/babel/examples/article-class.html

but I haven't found any way past this error.

I also found the variable org-export-latex-packages-alist was not defined, so perhaps that's a clue to some other piece I'm missing? I added this to get around that:

(unless (boundp 'org-export-latex-packages-alist)
  (setq org-export-latex-packages-alist nil))

Other ideas?

Thanks!
-pd


--
----
Peter Davis
The Tech Curmudgeon
www.techcurmudgeon.com




reply via email to

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