Add '@*' usage (#3333)
* Add '@*' usage Added to nocite section to add the wildcard functionality. * Restoring accented characters. Removed trailing whitespace in new text too. * Removing unneeded single quotes.
This commit is contained in:
parent
dccdd6b7f1
commit
0865168e5a
1 changed files with 8 additions and 0 deletions
|
@ -3377,6 +3377,14 @@ In this example, the document will contain a citation for `item3`
|
||||||
only, but the bibliography will contain entries for `item1`, `item2`, and
|
only, but the bibliography will contain entries for `item1`, `item2`, and
|
||||||
`item3`.
|
`item3`.
|
||||||
|
|
||||||
|
It is possible to create a bibliography with all the citations,
|
||||||
|
whether or not they appear in the document, by using a wildcard:
|
||||||
|
|
||||||
|
---
|
||||||
|
nocite: |
|
||||||
|
@*
|
||||||
|
...
|
||||||
|
|
||||||
For LaTeX or PDF output, you can also use [`natbib`] or [`biblatex`]
|
For LaTeX or PDF output, you can also use [`natbib`] or [`biblatex`]
|
||||||
to render bibliography. In order to do so, specify bibliography files as
|
to render bibliography. In order to do so, specify bibliography files as
|
||||||
outlined above, and add `--natbib` or `--biblatex` argument to `pandoc`
|
outlined above, and add `--natbib` or `--biblatex` argument to `pandoc`
|
||||||
|
|
Loading…
Add table
Reference in a new issue