Compare commits
2 Commits
378d2fe4e6
...
b9e6c9a616
Author | SHA1 | Date |
---|---|---|
coolneng | b9e6c9a616 | |
coolneng | 977744ce59 |
7
+org.el
7
+org.el
|
@ -60,6 +60,9 @@
|
|||
(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 citeproc and metadata-file options 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