Incorporate pass/fail article

This commit is contained in:
Charlotte Van Petegem 2023-10-23 17:35:12 +02:00
parent a04ae3801b
commit eff3bb193e
No known key found for this signature in database
GPG key ID: 019E764B7184435A
15 changed files with 437 additions and 16 deletions

View file

@ -13,4 +13,5 @@
("\\section{%s}" . "\\addsec{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))))
(org-latex-src-block-backend . 'listings))))
(org-latex-src-block-backend . 'listings)
(fill-column . 200))))