diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-07-20 10:52:00 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-07-20 10:53:11 -0700 |
commit | a5df042e28e01dc6e70bbd1019b15d94cf9f06a9 (patch) | |
tree | d90b5a50b7667528c26803fa7bed755cd21377bc /README | |
parent | 2add613aec18e975664c3ae4995bece148d4529a (diff) | |
download | pandoc-a5df042e28e01dc6e70bbd1019b15d94cf9f06a9.tar.gz |
LaTeX template: Added `biblio-style` variable.
Closes #920.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -790,6 +790,8 @@ as `title`, `author`, and `date`) as well as the following: : color for citation links in LaTeX documents `links-as-notes` : causes links to be printed as footnotes in LaTeX documents +`biblio-style` +: bibliography style in LaTeX, when used with `--natbib` `section` : section number in man pages `header` |