Remove -bibtex for pdfexport using latemk

This commit is contained in:
2023-02-07 10:56:07 +01:00
parent a21fd82d83
commit 25cce2363d

View File

@@ -1483,7 +1483,7 @@ https://emacs.stackexchange.com/questions/30575/adding-latex-newpage-before-a-he
;; Command used when exporting to pdf ;; Command used when exporting to pdf
(setq org-latex-pdf-process (setq org-latex-pdf-process
'("latexmk -cd -pdflatex=\"pdflatex -synctex=1 -shell-escape -interaction nonstopmode -output-directory %o\" -pdf -bibtex -f %f")) '("latexmk -cd -pdflatex=\"pdflatex -synctex=1 -shell-escape -interaction nonstopmode -output-directory %o\" -pdf -f %f"))
) )
#+end_src #+end_src