summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-02-13 10:33:00 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-02-13 10:33:18 -0800
commit0f1fa1b586312ad7947b5a2407b153b7b55d236e (patch)
tree7e829643bc06b523785abb17cc471f4c1680d882 /README
parent927b51630852b56f6c8e0aa4a7763108fdb8ec89 (diff)
Added explanation of 'nocite' trick.
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
index 661d754ba..337e097dc 100644
--- a/README
+++ b/README
@@ -2473,6 +2473,21 @@ document with an appropriate header:
The bibliography will be inserted after this header.
+If you want to include items in the bibliography without actually
+citing them in the body text, you can define a dummy `nocite` metadata
+field and put the citations there:
+
+ ---
+ nocite:
+ | @item1, @item2
+ ...
+
+ @item3
+
+In this example, the document will contain a citation for `item3`
+only, but the bibliography will contain entries for `item1`, `item2`, and
+`item3`.
+
Non-pandoc extensions
---------------------