From 7452428d2bc34108f4f54d1905b3308e2f9700f6 Mon Sep 17 00:00:00 2001 From: rekado Date: Tue, 22 Nov 2016 22:00:12 +0100 Subject: org: Use biber for bibliography. --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.org') diff --git a/init.org b/init.org index 6e4850f..162f9a9 100644 --- a/init.org +++ b/init.org @@ -405,11 +405,12 @@ I use the capture feature to quickly record ideas and tasks, and to create links "* Reply to %:fromname%? :email:\n [%:date]\n To: %:to\n %a"))) #+END_SRC -For exporting org documents to PDF I use =lualatex= instead of the default =pdflatex=. This requires me to change the value of =org-latex-pdf-process=. +For exporting org documents to PDF I use =lualatex= instead of the default =pdflatex=. I also use =biber= to refresh the bibliography. This requires me to change the value of =org-latex-pdf-process=. #+BEGIN_SRC elisp (setq org-latex-pdf-process '("lualatex -interaction nonstopmode -output-directory %o %f" + "biber %b" "lualatex -interaction nonstopmode -output-directory %o %f" "lualatex -interaction nonstopmode -output-directory %o %f")) #+END_SRC -- cgit v1.2.3