diff options
author | fpi | 2022-05-15 17:24:32 +0200 |
---|---|---|
committer | fpi | 2022-05-15 17:25:10 +0200 |
commit | b14447cb6221d5ca205623624bf35835c6cf232b (patch) | |
tree | 4b57b68fc3e1b34af00f556ee5d1ec44050786e7 | |
parent | Fix some magit calls/settings and org-roam load order (diff) |
Use biblatex for org-cite latex export processing
-rw-r--r-- | emacs-init.org | 9 |
1 files changed, 6 insertions, 3 deletions
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))) <<org-cite-custom>> ) #+end_src |