Skip to content

Commit

Permalink
tweak(org): additional latex classes
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Aug 24, 2023
1 parent d40764a commit 74e6914
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions modules/extras/me-org-extras.el
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,8 @@ Example: \"#+TITLE\" -> \"#+title\"
("\\paragraph{%s}" . "\\paragraph*{%s}"))
("book-no-parts-facile" ;; Compliant with the FACILE test (https://facile.cines.fr), must be compiled with pdfLaTeX.
,(string-join
'("\\pdfobjcompresslevel 0"
"\\documentclass[12pt,a4paper]{book}"
"\\usepackage[a-1b,mathxmp]{pdfx}")
'("\\documentclass[12pt,a4paper]{book}"
"\\usepackage[a-1a,mathxmp]{pdfx}")
"\n")
("\\chapter{%s}" . "\\chapter*{%s}")
("\\section{%s}" . "\\section*{%s}")
Expand Down Expand Up @@ -287,6 +286,13 @@ Example: \"#+TITLE\" -> \"#+title\"
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
("\\paragraph{%s}" . "\\paragraph*{%s}")
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
("ws-us"
"\\documentclass{ws-us}"
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
("\\paragraph{%s}" . "\\paragraph*{%s}")
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))))))))

(defun +org-extras-outline-path-setup ()
Expand Down

0 comments on commit 74e6914

Please sign in to comment.