-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinput.qmd
56 lines (38 loc) · 2.2 KB
/
input.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
title: Example of Citetools in action
author: Bernardo César Diniz Athayde Vasconcelos
filters:
- citetools
bibliography_primary: refs/primary.json
bibliography_secondary: refs/secondary.json
#csl: https://raw.githubusercontent.com/bcdavasconcelos/ABNT-Phi/main/abnt-phi-sc.csl
link-fields: true # default
title-field-emphasis: true # default
verbosity: ERROR
---
# Introduction {.unnumbered}
This very concise sample ilustrates the use of `multiple-bibliographies` to separate primary (`refs/primary.json`) and secondary (`refs/secondary.json`) sources for the document; the use of `citation-backlinks` to turn the bibliography into an index of citations with links back to the text; and the use of `citefield` to print in the body of the text useful information from the bibliographic references.
*Optionally*, `section-bibliographies` can be used to separate the bibliography into sections. For this, you must uncomment the apropriate line in the `_extension.yaml` file.
# The Works of Aristotle
This is an example of complex use of bibliographic references. We are relying on the bibliography to print in the text the correct names of the authors, editors, and translators & title of the works.
```markdown
The works of [@AristOp]{.author} were first edited by
[@AristOp]{.editor} in [@AristOp]{.issued}.
```
The works of [@AristOp]{.author} were first edited by
[@AristOp]{.editor.} in [@AristOp]{.issued}.
```markdown
Later, the [@DA]{.title} was edited by [@DABiehl1896]{.editor}
in [@DABiehl1896]{.issued} [repr. in [@DATheiler]{.translator}'s
[@DATheiler]{.issued} translation]; by [@DAForster]{.editor} in
[@DAForster]{.issued} [repr. in [@DACorcilius]{.translator}'s
[@DACorcilius]{.issued} translation]; and by [@DARoss]{.editor}
in [@DARoss]{.issued}.
```
Later, the [@DA]{.title} was edited by [@DABiehl1896]{.editor} in [@DABiehl1896]{.issued} [repr. in [@DATheiler]{.translator.}'s [@DATheiler]{.issued} translation]; by [@DAForster]{.editor} in [@DAForster]{.issued} [repr. in [@DACorcilius]{.translator}'s [@DACorcilius]{.issued} translation]; and by [@DARoss]{.editor} in [@DARoss]{.issued}.
# Primary Sources {.appendix}
::: {#refs_primary}
:::
# Secondary Sources {.appendix}
::: {#refs_secondary}
:::