[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] latex_class_options
From: |
Vikas Rawal |
Subject: |
[O] latex_class_options |
Date: |
Thu, 15 Sep 2016 17:59:46 +0530 |
I have a latex class defined as follows
(add-to-list 'org-latex-classes
'(("pulsememoir" "\\documentclass{memoir}"
("\\chapter{%s}" . "\\chapter*{%s}")
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))))
In my org file, I have the following:
#+LATEX_CLASS: pulsememoir
#+LaTeX_CLASS_OPTIONS:
[a4paper,11pt,twoside,openany,strict,extrafontsizes,twocolumn]
But when I export, I get:
\documentclass[8pt]{memoir}
Why is #+LATEX_CLASS_OPTIONS ignored? Has the syntax changed?
This is my org-version:
Org-mode version 8.3.5 (release_8.3.5-1026-g096f42 @
/Users/vikas/.emacs.d/src/org-mode/lisp/)
- [O] latex_class_options,
Vikas Rawal <=