Change default bibliography file location
This commit is contained in:
parent
378d2fe4e6
commit
977744ce59
3
+org.el
3
+org.el
|
@ -60,6 +60,5 @@
|
|||
(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/docs/assets/bibliography.bib"))
|
||||
;; Add citeproc option to ox-latex
|
||||
+biblio-default-bibliography-files '("~/Documents/Uni/TFG/assets/bibliography.bib"))
|
||||
(add-to-list 'org-pandoc-valid-options 'citeproc)
|
||||
|
|
Loading…
Reference in New Issue