]> git.donarmstrong.com Git - lib.git/commitdiff
add dlaresume
authorDon Armstrong <don@donarmstrong.com>
Sat, 29 Apr 2017 17:04:00 +0000 (10:04 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sat, 29 Apr 2017 17:04:00 +0000 (10:04 -0700)
emacs_el/configuration/org-mode-configuration.el

index dc73a28f8f00524ea46fa7a3fbc475b7b329c56e..4cc28134efb64fca9cfd48ceb0ae7e399f3e6f37 100644 (file)
@@ -565,6 +565,19 @@ Maildir, or by Message-ID."
                ("\\subparagraph{%s}" . "\\subparagraph*{%s}")))
 
 
+(add-to-list 'org-latex-classes
+             '("dlaresume"
+               "\\documentclass{dlaresume}
+[NO-DEFAULT-PACKAGES]
+[NO-PACKAGES]
+[NO-EXTRA]"
+               ("\\section{%s}" . "\\section*{%s}")
+               ("\\subsection{%s}" . "\\subsection*{%s}")
+               ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
+               ("\\paragraph{%s}" . "\\paragraph*{%s}")
+               ("\\subparagraph{%s}" . "\\subparagraph*{%s}")))
+
+
 ;; Originally taken from Bruno Tavernier: http://thread.gmane.org/gmane.emacs.orgmode/31150/focus=31432
 ;; but adapted to use latexmk 4.22 or higher.  
 (setq org-latex-pdf-process '("latexmk -pdflatex=xelatex -bibtex -use-make -pdf %f"))