summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-12-19 11:58:18 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2012-12-19 11:58:18 -0800
commit579d645f2353d09db9513f72d1c83e638b39f422 (patch)
tree824dc9ca3229ad211dd3282b9efc026919b8cc8a /README
parent3df2f1e3de38d4aa50b3df5e4c6ee7cab8a33312 (diff)
Documented .bibtex extension for BibTeX.
Closes #662.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index de2cf72e2..832f08e8f 100644
--- a/README
+++ b/README
@@ -524,7 +524,8 @@ Citation rendering
: Specify bibliography database to be used in resolving
citations. The database type will be determined from the
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),
`.xml` (EndNote XML format), `.wos` (ISI 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
------------ --------------
MODS .mods
- BibTeX/BibLaTeX .bib
+ BibLaTeX .bib
+ BibTeX .bibtex
RIS .ris
EndNote .enl
EndNote XML .xml
@@ -2144,6 +2146,9 @@ you will need a bibliographic database in one of the following formats:
Copac .copac
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`
command-line option (which may be repeated if you have several
bibliographies).