Skip to content

Commit

Permalink
Removed references to biblio-files in pandoc.hs and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed May 12, 2015
1 parent f0817e1 commit c6debff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions pandoc.hs
Expand Up @@ -751,9 +751,6 @@ options =
(\arg opt -> return opt{ optMetadata = addMetadata
"bibliography" (readMetaValue arg)
$ optMetadata opt
, optVariables =
("biblio-files", dropExtension arg) :
optVariables opt
})
"FILE")
""
Expand Down

0 comments on commit c6debff

Please sign in to comment.