Change the default bibliography file

This commit is contained in:
coolneng 2021-11-22 20:17:25 +01:00
parent b4818d0e20
commit eab69da4d8
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 2 deletions

View File

@ -70,8 +70,7 @@
;; Enable listings for LaTeX export
(setq org-latex-listings 't)
;; Set up bibliography management
(setq! +biblio-pdf-library-dir "~/Documents/Uni/TFG/bibliography/"
+biblio-default-bibliography-files '("~/Documents/Uni/TFG/assets/bibliography.bib"))
(setq citar-bibliography '("~/Documents/Education/Other/References.bib"))
;; Add citeproc and metadata-file options to ox-pandoc
(after! ox-pandoc
(add-to-list 'org-pandoc-valid-options 'citeproc)