You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved main bib lexer slightly by removing a call to the remove_whitespace_tokens function since the lexer already removes whitespace in entries and combines whitespace as part of comments outside of entries
Fixed minor errors:
Date fields follow ISO8601-2 Extended Format specification level 1 which does not allow for single digit numbers for days, i.e ‘2008-12-7’ is not allowed but ‘2008-12-07’ is
Preprocess pagetotal field
Cleaned up tools and moved them from the top-level directory into bibpy/scripts to use setuptools’ entry_points feature and improve portability