25 lines
424 B
Org Mode
25 lines
424 B
Org Mode
#+title: How to include references in Emacs org-mode
|
|
#+bibliography: ~/Documentos/bib/lepto-ref.bib
|
|
|
|
|
|
https://blog.tecosaur.com/tmio/2021-07-31-citations.html#org367f817
|
|
|
|
|
|
* Insert citations
|
|
|
|
Use 'org-cite-insert' (C-c C-x @)
|
|
|
|
[cite:/s/v/@bernard_leptospirosis_1993]
|
|
|
|
|
|
* References
|
|
|
|
org-ref
|
|
https://github.com/jkitchin/org-ref
|
|
|
|
org-cite
|
|
|
|
https://blog.tecosaur.com/tmio/2021-07-31-citations.html#fn.3
|
|
|
|
#+print_bibliography:
|
|
|