Package: refdb-clients
Version: 1.0.2-3

The year field in the .bib files is ignored. Example input file mybiblio.bib:

@article{entry,
  author    = {John Smith},
  title     = {Awesome Title},
  journal = {JACM},
  year      = {2006},
  pages     = {1--2}
}

Running `bib2ris mybiblio.bib` results in

TY  - JOUR
ID  - entry
AU  - Smith,John
JF  - JACM
SP  - 1
EP  - 2
PY  - ///
TI  - Awesome Title
ER  -

As you see, the year is missing in the output. Trying various command-line options did not help. Any improvement would be greatly appreciated.

Thanks in advance!
Leon

Reply via email to