Improving wording of citations tutorial

This commit is contained in:
Jose 2022-09-23 08:58:53 -03:00
parent 5af11e1ae5
commit 806f3eb480
1 changed files with 15 additions and 1 deletions

View File

@ -24,7 +24,7 @@ You should include the path and the name of the file containing the bibliographi
#+bibliography: ~/Doc/file.json
#+end_example
Here the file may be a '.bib' , 'bibtex' or a '.json' document.
Here the file may be a '.bib' , 'bibtex' or a '.json' document.
** Including citation
@ -35,6 +35,8 @@ file. For instance:
Citing from the second file [cite:/s/v/@bernard_leptospirosis_1993]
Where "s" and "v" are the style and variant of the citation.
** Print bibliography
Use the following to print the references:
@ -45,6 +47,18 @@ Use the following to print the references:
The references will appear when you export (tangle) the document to any format (html, odt...)
** Using csl
You can use ~csl~ files to format your references. Install ~citeproc~ in emacs, then
use the following in the org file header:
#+begin_example
#+cite_export: csl ../bib/apa-5th-edition.csl
#+end_example
Where ~../bib/apa-5th-edition.csl~ is the name of the ~csl~ file
** Some cool documents to learn more about bibliography management in org-mode
* References