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-packages-alist '(("" "minted" "listingsutf8"))
|
||||||
org-latex-pdf-process
|
org-latex-pdf-process
|
||||||
'("pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f"
|
'("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"
|
||||||
"pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f")
|
"pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f")
|
||||||
org-src-fontify-natively t
|
org-src-fontify-natively t
|
||||||
|
|
|
@ -59,8 +59,9 @@
|
||||||
# :lang latex
|
# :lang latex
|
||||||
(texlive.combine {
|
(texlive.combine {
|
||||||
inherit (texlive)
|
inherit (texlive)
|
||||||
scheme-medium wrapfig capt-of minted fvextra upquote catchfile xstring framed;
|
scheme-medium wrapfig capt-of minted fvextra upquote catchfile xstring framed biblatex biblatex-chicago;
|
||||||
})
|
})
|
||||||
|
biber
|
||||||
|
|
||||||
# :lang markdown
|
# :lang markdown
|
||||||
pandoc
|
pandoc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue