Compare commits
No commits in common. "b9e6c9a616fab3f6097637b525d6a08de4b27cc8" and "378d2fe4e6e6c92449e3038fce312c466b1b5f74" have entirely different histories.
b9e6c9a616
...
378d2fe4e6
7
+org.el
7
+org.el
|
@ -60,9 +60,6 @@
|
|||
(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"))
|
||||
;; Add citeproc and metadata-file options to ox-latex
|
||||
+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)
|
||||
(add-to-list 'org-pandoc-valid-options 'metadata-file)
|
||||
;; Allow referencing by label in org-ref
|
||||
(setq org-latex-prefer-user-labels t)
|
||||
|
|
Loading…
Reference in New Issue