emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* LaTeX export: Unknown LaTeX class `org-article'
@ 2014-01-24 12:19 Peter Davis
  2014-01-24 12:58 ` Michael Strey
  0 siblings, 1 reply; 14+ messages in thread
From: Peter Davis @ 2014-01-24 12:19 UTC (permalink / raw)
  To: emacs-orgmode


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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-01-27 12:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-24 12:19 LaTeX export: Unknown LaTeX class `org-article' Peter Davis
2014-01-24 12:58 ` Michael Strey
2014-01-24 14:21   ` Peter Davis
2014-01-24 16:32     ` Eric S Fraga
2014-01-24 18:54       ` Peter Davis
2014-01-25  0:30         ` Peter Davis
2014-01-25 12:34           ` Eric S Fraga
2014-01-25 15:34             ` Peter Davis
2014-01-26 12:05               ` Eric S Fraga
2014-01-26 13:51                 ` Peter Davis
2014-01-26 20:54                   ` Nick Dokos
2014-01-27  9:55                   ` Eric S Fraga
2014-01-27 12:49                     ` Peter Davis
2014-01-25 12:31         ` Eric S Fraga

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).