Remove -bibtex for pdfexport using latemk
This commit is contained in:
2
doom.org
2
doom.org
@@ -1483,7 +1483,7 @@ https://emacs.stackexchange.com/questions/30575/adding-latex-newpage-before-a-he
|
||||
|
||||
;; Command used when exporting to pdf
|
||||
(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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user