Skip to content

Commit

Permalink
tweak(org): add a LaTeX class for MPDI template
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 13, 2024
1 parent cd1ae59 commit 8dd590d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/extras/me-org-extras.el
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,13 @@ Example: \"#+TITLE\" -> \"#+title\"
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
("\\paragraph{%s}" . "\\paragraph*{%s}")
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
("mdpi"
"\\documentclass{Definitions/mdpi}"
("\\section{%s}" . "\\section*{%s}")
("\\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}")
Expand Down

0 comments on commit 8dd590d

Please sign in to comment.