Skip to content

Commit

Permalink
tweak(org): revert FACILE format to PDF/A-1b
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Aug 26, 2023
1 parent ee119c7 commit 62aa675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/extras/me-org-extras.el
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Example: \"#+TITLE\" -> \"#+title\"
("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-1a,mathxmp]{pdfx}")
"\\usepackage[a-1b,mathxmp]{pdfx}")
"\n")
("\\chapter{%s}" . "\\chapter*{%s}")
("\\section{%s}" . "\\section*{%s}")
Expand Down

0 comments on commit 62aa675

Please sign in to comment.