diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-04-04 19:42:12 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-04-04 19:42:12 -0700 |
commit | 6b282fda5b4dab7c725ca64c1935d87d743b95ee (patch) | |
tree | f7b3bf68505c162e26f322a89decf7c1ae38f051 /README | |
parent | 4ad9360a97e9ccea98eec64c647ab3bd22bcb5dd (diff) | |
download | pandoc-6b282fda5b4dab7c725ca64c1935d87d743b95ee.tar.gz |
Document --biblatex and --natbib options.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -435,6 +435,12 @@ Options user data directory (see `--data-dir`), or, if that is not present, the Chicago author-date style. +`--natbib` +: Use natbib for citations in LaTeX output. + +`--biblatex` +: Use biblatex for citations in LaTeX output. + `--data-dir=`*DIRECTORY* : Specify the user data directory to search for pandoc data files. If this option is not specified, the default user data directory |