feat(emacs): add biblatex to :lang latex

This commit is contained in:
Infinidoge 2022-02-17 14:05:09 -05:00
parent 0852fe2771
commit 91c8a91d9a
2 changed files with 3 additions and 1 deletions

View file

@ -229,6 +229,7 @@ And jumps to your `doom!' block."
org-latex-packages-alist '(("" "minted" "listingsutf8"))
org-latex-pdf-process
'("pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f"
"biber %b"
"pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f"
"pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f")
org-src-fontify-natively t