diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-10-13 11:57:56 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-10-13 11:57:56 +0200 |
commit | 79d8056acffa932323197d061b887b76d7a25e0c (patch) | |
tree | 07bf02a56d3233d2ae4129e106f5cc3db0ec5f08 | |
parent | 354c4ab04fcd3255b84ed0fcbbe5e1c5f1d47911 (diff) | |
download | pandoc-79d8056acffa932323197d061b887b76d7a25e0c.tar.gz |
Document `biblio-title` variable in MANUAL.txt.
Cloess #258.
-rw-r--r-- | MANUAL.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 4119d6e3e..ed05dc3cf 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1298,8 +1298,10 @@ LaTeX variables are used when [creating a PDF]. : bibliography to use for resolving references `biblio-style` -: bibliography style, when used with `--natbib` and - `--biblatex`. +: bibliography style, when used with `--natbib` and `--biblatex`. + +`biblio-title` +: bibliography title, when used with `--natbib` and `--biblatex`. `biblatexoptions` : list of options for biblatex. |