diff options
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | pandoc.hs | 3 |
2 files changed, 3 insertions, 6 deletions
@@ -1002,12 +1002,12 @@ as `title`, `author`, and `date`) as well as the following: `lot` : include list of tables in LaTeX documents +`bibliography` +: bibliography to use for resolving references + `biblio-style` : bibliography style in LaTeX, when used with `--natbib` -`biblio-files` -: bibliography files to use in LaTeX, with `--natbib` or `--biblatex` - `section` : section number in man pages @@ -751,9 +751,6 @@ options = (\arg opt -> return opt{ optMetadata = addMetadata "bibliography" (readMetaValue arg) $ optMetadata opt - , optVariables = - ("biblio-files", dropExtension arg) : - optVariables opt }) "FILE") "" |