feat(emacs): add biblatex to :lang latex
This commit is contained in:
parent
0852fe2771
commit
91c8a91d9a
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue