Releases: yymao/adstex
Releases · yymao/adstex
adstex v0.3.9
Bug fixes. (Thanks to @astromark's bug report #28).
adstex v0.3.8
Supports multi-line commands (thanks to @birnstiel's suggestion in #22).
adstex v0.3.7
Improve to work with DOIs that contain colons.
adstex v0.3.6
Updates to make sure the bibcode function will continue to work as expected.
adstex v0.3.5
Makes the regular expressions for DOI/Bibcode/arXiv more robust and also search more fields (url
, pages
[thanks @syrte for suggestion]).
adstex v0.3.4
Fix a bug (#14) that were introduced in v0.3.3.
adstex v0.3.3
Now adstex will recognize the files in \nobibliography{filename}
and keys in \bibentry{key}
(#11).
adstex v0.3.2
- Add a new
--merge-other
option. When set, adstex will merge the entries from other bibtex files (i.e. ones specified by-r
) into the main bibtex file (i.e., the one specified by-o
). Thanks to @syrte for suggesting and helping implement this.
adstex v0.3.1
- Setting a timeout value for online version check to avoid hanging. Thanks to @birnstiel for pointing this out.
adstex v0.3.0
adstex
v0.3.0 has several new features:
adstex
now can just update a bibtex file (i.e., when no tex source files needed)adstex
now ignores (almost all) comments in tex source fileadstex
now automatically identifies the bibtex files by scanning the tex source file (i.e,-o
is no longer required)adstex
now backs up the bib file that it will overwriteadstex
now checks if a newer version ofadstex
is available on pypiadstex
option--force-update
is renamed to--force-regenerate
for clarity
This release will be available on pypi shortly.