Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 57e2657

Browse filesBrowse files
authored
updated citations
1 parent 529a712 commit 57e2657
Copy full SHA for 57e2657

File tree

Expand file treeCollapse file tree

1 file changed

+0
-28
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-28
lines changed

‎_build/features/citations.md

Copy file name to clipboardExpand all lines: _build/features/citations.md
-28Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -31,32 +31,4 @@ way.
3131
in bibtex form. Update as you wish!
3232
2. In your content, add the following text to include a citation
3333

34-
```
35-
{% raw %}{% cite bibtex_shortname %}{% endraw %}
36-
```
3734

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 %}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.