Skip to content

Commit

Permalink
tweak(org): remove useless class
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Sep 1, 2023
1 parent 62aa675 commit 31c5960
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions modules/extras/me-org-extras.el
Original file line number Diff line number Diff line change
Expand Up @@ -249,16 +249,6 @@ Example: \"#+TITLE\" -> \"#+title\"
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
("\\paragraph{%s}" . "\\paragraph*{%s}"))
("book-no-parts-facile" ;; Compliant with the FACILE test (https://facile.cines.fr), must be compiled with pdfLaTeX.
,(string-join
'("\\documentclass[12pt,a4paper]{book}"
"\\usepackage[a-1b,mathxmp]{pdfx}")
"\n")
("\\chapter{%s}" . "\\chapter*{%s}")
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
("\\paragraph{%s}" . "\\paragraph*{%s}"))
("lettre"
"\\documentclass{lettre}"
("\\section{%s}" . "\\section*{%s}")
Expand Down

0 comments on commit 31c5960

Please sign in to comment.