Set up bibliography management

This commit is contained in:
coolneng 2021-06-27 21:21:23 +02:00
parent 8537a95d75
commit 378d2fe4e6
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 8 additions and 1 deletions

View File

@ -58,3 +58,8 @@
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))))
;; 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/docs/assets/bibliography.bib"))
;; Add citeproc option to ox-latex
(add-to-list 'org-pandoc-valid-options 'citeproc)

View File

@ -81,6 +81,7 @@
:tools
;;ansible
biblio ; Writes a PhD for you[citation needed]
debugger ; FIXME stepping through code, to help you add bugs
direnv
;;docker
@ -147,7 +148,8 @@
+pandoc ; export-with-pandoc support
;;+pomodoro ; be fruitful with the tomato technique
+present ; using org-mode for presentations
+pretty)
+pretty
+ref)
;;perl ; write code no one else can comprehend
;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more