Add some text from feedback prediction article

This commit is contained in:
Charlotte Van Petegem 2024-01-31 11:08:09 +01:00
parent f3a5745d48
commit 9f527e3d0a
No known key found for this signature in database
GPG key ID: 019E764B7184435A
4 changed files with 787 additions and 6 deletions

View file

@ -6,6 +6,7 @@
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))))
(org-latex-src-block-backend . minted)
(org-latex-minted-options . (("linenos" . "true")))
(org-latex-prefer-user-labels . t)
(org-latex-pdf-process . ("latexmk -f -pdf -%latex -shell-escape -interaction=nonstopmode -output-directory=%o %f"))
(org-html-prefer-user-labels . t)