Documented .bibtex extension for BibTeX.

Closes #662.
This commit is contained in:
John MacFarlane 2012-12-19 11:58:18 -08:00
parent 3df2f1e3de
commit 579d645f23

9
README
View file

@ -524,7 +524,8 @@ Citation rendering
: Specify bibliography database to be used in resolving : Specify bibliography database to be used in resolving
citations. The database type will be determined from the citations. The database type will be determined from the
extension of *FILE*, which may be `.mods` (MODS format), extension of *FILE*, which may be `.mods` (MODS format),
`.bib` (BibTeX/BibLaTeX format), `.bib` (BibLaTeX format, which will normally work for BibTeX
files as well), `.bibtex` (BibTeX format),
`.ris` (RIS format), `.enl` (EndNote format), `.ris` (RIS format), `.enl` (EndNote format),
`.xml` (EndNote XML format), `.wos` (ISI format), `.xml` (EndNote XML format), `.wos` (ISI format),
`.medline` (MEDLINE format), `.copac` (Copac format), `.medline` (MEDLINE format), `.copac` (Copac format),
@ -2135,7 +2136,8 @@ you will need a bibliographic database in one of the following formats:
Format File extension Format File extension
------------ -------------- ------------ --------------
MODS .mods MODS .mods
BibTeX/BibLaTeX .bib BibLaTeX .bib
BibTeX .bibtex
RIS .ris RIS .ris
EndNote .enl EndNote .enl
EndNote XML .xml EndNote XML .xml
@ -2144,6 +2146,9 @@ you will need a bibliographic database in one of the following formats:
Copac .copac Copac .copac
JSON citeproc .json JSON citeproc .json
Note that `.bib` can generally be used with both BibTeX and BibLaTeX
files, but you can use `.bibtex` to force BibTeX.
You will need to specify the bibliography file using the `--bibliography` You will need to specify the bibliography file using the `--bibliography`
command-line option (which may be repeated if you have several command-line option (which may be repeated if you have several
bibliographies). bibliographies).