Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
caesr-pub
jekyll-scholar
Commits
da7631e0
Commit
da7631e0
authored
Oct 17, 2016
by
Heather Miller
Committed by
Sylvester Keil
Oct 17, 2016
Browse files
Clarifies README, as per #173 (#174)
parent
42a5fed2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
README.md
README.md
+13
-0
No files found.
README.md
View file @
da7631e0
...
...
@@ -352,6 +352,19 @@ of the items you wish to quote separated by spaces. For example,
<a href="#ruby">(Flanagan & Matsumoto 2008; Shaughnessy 2013)</a>
#### Citations when there's more than one bibliography
Let's return to the example above where you have two bibliographies stored
in
`_bibliography/books.bib`
and
`_bibliography/papers.bib`
. We also must
have the main bibliography, e.g.,
`_bibliography/references.bib`
. As we
know from above, it's possible to use bibliographies other than the main
bibliography by calling
`{% bibliography --file books %}`
or
`{% bibliography --file papers %}`
.
Though what if we want to cite an article that's not in the main bibliography?
We use the same approach as above; to cite an article in the
`books.bib`
bibliography, we simply call
`{% cite ruby --file books %}`
#### Suppressing author names
Sometimes you want to suppress author names in a citation, because the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment