Associate PDF files with bibliographic entries
This commit is contained in:
parent
59b9517c89
commit
f062bcb218
|
@ -29,3 +29,6 @@
|
|||
;; Keybindings for next/previous buffer
|
||||
(map! :n "C-j" #'previous-buffer)
|
||||
(map! :n "C-k" #'next-buffer)
|
||||
;; Keybindings for citar
|
||||
(map! :leader :n "n B" #'citar-open-files
|
||||
:desc "Open associated PDF with bibliography entry")
|
||||
|
|
3
+org.el
3
+org.el
|
@ -94,7 +94,8 @@
|
|||
(setq org-latex-src-block-backend 'engraved)
|
||||
;; Set up bibliography management
|
||||
(setq org-cite-global-bibliography '("~/Documents/Uni/Thesis/docs/bibliography.bib")
|
||||
citar-bibliography org-cite-global-bibliography)
|
||||
citar-bibliography org-cite-global-bibliography
|
||||
citar-library-paths '("~/Documents/Uni/Thesis/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