From b14447cb6221d5ca205623624bf35835c6cf232b Mon Sep 17 00:00:00 2001 From: fpi Date: Sun, 15 May 2022 17:24:32 +0200 Subject: Use biblatex for org-cite latex export processing --- emacs-init.org | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'emacs-init.org') diff --git a/emacs-init.org b/emacs-init.org index 0bf53b0..1f3cac2 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -4991,10 +4991,13 @@ A small function to toggle the encryption state of the current entry. (org-cite-global-bibliography (if (equal fpi/current-device "DESKTOP-PM1PPEC") '("~/git/projects/personal/bib.bib" - "~/win/Zotero/00_Unsorted.bib" - "~/win/Zotero/01_Annotated.bib" - "~/win/Zotero/99_AllZotero.bib") + "~/win/Zotero/biblatex/00_Unsorted.bib" + "~/win/Zotero/biblatex/01_Annotated.bib" + "~/win/Zotero/biblatex/99_AllZotero.bib") '("~/git/projects/personal/bib.bib"))) + (org-cite-export-processors + '((latex biblatex "ieee") + (t basic))) <> ) #+end_src -- cgit v1.2.3