diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-05-03 22:05:24 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-05-03 22:05:24 -0700 |
commit | 9625cf6f40ddb6e3683a6435f15cd1d3ba74a281 (patch) | |
tree | 9e3ae3ab394751cb70877b04b0c78e1ad18c7976 | |
parent | 96c0c950cab8b42d5d6b8b1a6f1fb20f7f4a5aae (diff) | |
download | pandoc-9625cf6f40ddb6e3683a6435f15cd1d3ba74a281.tar.gz |
README: Note about `unnumbered` being added to final 'References' sect.
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2478,7 +2478,9 @@ document with an appropriate header: # References -The bibliography will be inserted after this header. +The bibliography will be inserted after this header. Note that +the `unnumbered` class will be added to this header, so that the +section will not be numbered. If you want to include items in the bibliography without actually citing them in the body text, you can define a dummy `nocite` metadata |