File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
Original file line number Diff line number Diff line change 31
31
in bibtex form. Update as you wish!
32
32
2 . In your content, add the following text to include a citation
33
33
34
- ```
35
- {% raw %}{% cite bibtex_shortname %}{% endraw %}
36
- ```
37
34
38
- For example, this text: ` {% raw %}{% cite holdgraf_evidence_2014 %}{% endraw %} ` generates this citation: {% cite holdgraf_evidence_2014 %}
39
-
40
- You can also include multiple citations in one go, like so:
41
-
42
- ` {% raw %}{% cite holdgraf_evidence_2014 holdgraf_portable_2017 ruby %}{% endraw %} ` becomes {% cite holdgraf_evidence_2014 holdgraf_portable_2017 ruby %}
43
-
44
- 3 . Generate a bibliography on your page by using the following text:
45
-
46
- ```
47
- {% raw %}{% bibliography %}{% endraw %}
48
- ```
49
-
50
- This will generate a bibliography for your entire bibtex file. If you'd like to restrict teh
51
- bibliography to only the citations you've used on a page, use the following syntax:
52
-
53
- ```
54
- {% raw %}{% bibliography --cited %}{% endraw %}
55
- ```
56
-
57
- When your book is built, the bibliography and citations will now be included. For example,
58
- see the Bibliography generated below!
59
-
60
- ## References
61
-
62
- {% bibliography --cited %}
You can’t perform that action at this time.
0 commit comments