Explain how to use citar and print the bibliography
This commit is contained in:
parent
eb3157c8cc
commit
d1c6075a5f
22
README.org
22
README.org
@ -1342,6 +1342,26 @@ and =org=.
|
||||
(define-key org-mode-map (kbd "C-c b") #'org-cite-insert))
|
||||
#+end_src
|
||||
|
||||
Ref. [cite:@Schulte.MCSE.2011.41] shows that [[https://orgmode.org/][Org-mode]] is a simple, plain-text
|
||||
markup language for hierarchical documents allowing intermingling of data, code,
|
||||
and prose. It serves as an example link to to show how to use [[https://github.com/bdarcus/citar][Citar]] within this
|
||||
setup, provided that =citar-bibliography= and =citar-library-paths= point to
|
||||
valid directories and files. In an [[https://orgmode.org/][Org-mode]] buffer this setup allows to:
|
||||
1. Insert an [[https://orgmode.org/][Org-mode]] cite link:
|
||||
1. Type {{{kbd(C-c b)}}} or {{{kbd(M-x org-cite-insert)}}}.
|
||||
2. Navigate to the bibliographic entry to insert.
|
||||
3. Select it.
|
||||
2. View an electronic copy of an [[https://orgmode.org/][Org-mode]] cite link:
|
||||
1. Move point to the [[https://orgmode.org/][Org-mode]] cite link.
|
||||
2. Type {{{kbd(C-:)}}} or {{{kbd(M-x embark-dwim)}}}.
|
||||
3. Navigate to the corresponding library file.
|
||||
4. Select it.
|
||||
3. Open the DOI of an [[https://orgmode.org/][Org-mode]] cite link:
|
||||
1. Move point to the [[https://orgmode.org/][Org-mode]] cite link.
|
||||
2. Type {{{kbd(C-:)}}} or {{{kbd(M-x embark-dwim)}}}.
|
||||
3. Navigate to the corresponding link.
|
||||
4. Select it.
|
||||
|
||||
*** TODO Compare bibtex and biblatex
|
||||
1. [[https://www.economics.utoronto.ca/osborne/latex/BIBTEX.HTM][Using bibtex: a short guide]]
|
||||
2. [[https://www.tug.org/texlive//devsrc/Master/texmf-dist/doc/latex/biblatex/biblatex.pdf][The biblatex package]]
|
||||
@ -3156,6 +3176,8 @@ Listing [[lst:configure-goto-address-mode]]:
|
||||
|
||||
Only the [[info:org#Top][Org]] source file shows the local variables footer.
|
||||
|
||||
\printbibliography
|
||||
|
||||
# Emacs looks for "Local variables:" after the last "\?n\?f".
|
||||
|
||||
# Local Variables:
|
||||
|
Loading…
Reference in New Issue
Block a user