Skip to content

Releases: yymao/adstex

adstex v0.3.9

17 May 14:42
4321108
Compare
Choose a tag to compare
adstex v0.3.9 Pre-release
Pre-release

Bug fixes. (Thanks to @astromark's bug report #28).

adstex v0.3.8

16 Mar 17:53
dea8a98
Compare
Choose a tag to compare

Supports multi-line commands (thanks to @birnstiel's suggestion in #22).

adstex v0.3.7

17 Feb 22:45
71bec71
Compare
Choose a tag to compare

Improve to work with DOIs that contain colons.

adstex v0.3.6

19 Dec 03:30
db8ff86
Compare
Choose a tag to compare

Updates to make sure the bibcode function will continue to work as expected.

adstex v0.3.5

25 Nov 18:57
c6ee71a
Compare
Choose a tag to compare

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

24 Nov 02:14
51173d1
Compare
Choose a tag to compare

Fix a bug (#14) that were introduced in v0.3.3.

adstex v0.3.3

11 Nov 14:07
5723da4
Compare
Choose a tag to compare

Now adstex will recognize the files in \nobibliography{filename} and keys in \bibentry{key} (#11).

adstex v0.3.2

13 Oct 18:57
Compare
Choose a tag to compare
  • 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

21 Aug 23:41
8314a36
Compare
Choose a tag to compare
  • Setting a timeout value for online version check to avoid hanging. Thanks to @birnstiel for pointing this out.

adstex v0.3.0

19 May 13:27
2e541df
Compare
Choose a tag to compare

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 file
  • adstex 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 overwrite
  • adstex now checks if a newer version of adstex is available on pypi
  • adstex option --force-update is renamed to --force-regenerate for clarity

This release will be available on pypi shortly.