yuchenlin / rebiber

A simple tool to update bib entries with their official information (e.g., DBLP or the ACL anthology).

Home Page:https://yuchenlin.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about month

christophe-gu opened this issue · comments

commented

Hi Yuchen,
It seems you try to ignore the month field in a bib entry in is_contain_var() and build_json(). Can you please explain why is that necessary?
You also ignore '@string' entry. Why not just let bibtexparser parse the entire bib file?
Thank you!