Update the bibliography file
This commit is contained in:
parent
037171f063
commit
a2538eba67
3
+org.el
3
+org.el
|
@ -81,7 +81,8 @@
|
|||
:after ox-latex)
|
||||
(setq org-latex-src-block-backend 'engraved)
|
||||
;; Set up bibliography management
|
||||
(setq citar-bibliography '("~/Documents/Education/Bibliography/references.bib"))
|
||||
(setq org-cite-global-bibliography '("~/Documents/Uni/Thesis/docs/bibliography.bib")
|
||||
citar-bibliography org-cite-global-bibliography)
|
||||
;; Add citeproc and metadata-file options to ox-pandoc
|
||||
(after! ox-pandoc
|
||||
(add-to-list 'org-pandoc-valid-options 'citeproc)
|
||||
|
|
Loading…
Reference in New Issue