From 0865168e5add2234ac2bfd97689515eaf2fae7cc Mon Sep 17 00:00:00 2001 From: John Muccigrosso Date: Sat, 31 Dec 2016 14:47:28 -0500 Subject: [PATCH] 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. --- MANUAL.txt | 8 ++++++++ 1 file changed, 8 insertions(+) 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`