summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Muccigrosso <Jmuccigr@users.noreply.github.com>2016-12-31 14:47:28 -0500
committerJohn MacFarlane <jgm@berkeley.edu>2016-12-31 12:47:28 -0700
commit0865168e5add2234ac2bfd97689515eaf2fae7cc (patch)
tree5384e078910c6943919317b2584cb6119cdb4d66
parentdccdd6b7f156927e8f1334e94667d00d28a684ae (diff)
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.
-rw-r--r--MANUAL.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index a5f34001b..aa5eef671 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -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
`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`]
to render bibliography. In order to do so, specify bibliography files as
outlined above, and add `--natbib` or `--biblatex` argument to `pandoc`