Skip to content

Instantly share code, notes, and snippets.

@eschulte
Created December 7, 2011 21:54
Show Gist options
  • Save eschulte/1444872 to your computer and use it in GitHub Desktop.
Save eschulte/1444872 to your computer and use it in GitHub Desktop.
(add-to-list 'org-export-latex-classes
'("twocolumn" "\\documentclass[10pt, twocolumn]{article}"
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
("\\paragraph{%s}" . "\\paragraph*{%s}")
("\\subparagraph{%s}" . "\\subparagraph*{%s}")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment