adstex

Automated generation of NASA ADS bibtex entries directly from citation keys in your TeX source files

MIT License

Downloads
628
Stars
173
Committers
4
adstex - adstex v0.5.1 Latest Release

Published by yymao about 1 year ago

This PR fixes a bug of bib file not being updated when using adstex with bibtexparser v1.4.1. Thanks to @stevenrjanssens for reporting the issue.

What's Changed

Full Changelog: https://github.com/yymao/adstex/compare/v0.5.0...v0.5.1

adstex - adstex v0.4.0

Published by yymao over 1 year ago

A new option --disable-ssl-verification is introduced to temporarily disable the verification of SSL certification. This option can be handy when ADS has just updated their SSL certification while your local SSL certification installation has been updated (which will result in a SSLCertVerificationError).

Note that with this option, your ADS API key may be vulnerable to a man-in-the-middle attack. You can generate new ADS API key on ADS website if you think your API key may have been compromise.

Thanks to @kirxkirx for suggesting this feature in #33.

adstex - adstex v0.3.12

Published by yymao about 2 years ago

Fixes two future/deprecation warnings

adstex - adstex v0.3.11

Published by yymao about 2 years ago

Supports apacite-style citations (used by e.g., AGU journals). Thanks for the suggestion from @johnsmorgan (#30).

adstex - adstex v0.3.10

Published by yymao over 2 years ago

Bug fix.

adstex - adstex v0.3.9

Published by yymao over 2 years ago

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

adstex - adstex v0.3.8

Published by yymao over 4 years ago

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

adstex - adstex v0.3.7

Published by yymao over 4 years ago

Improve to work with DOIs that contain colons.

adstex - adstex v0.3.6

Published by yymao almost 5 years ago

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

adstex - adstex v0.3.5

Published by yymao almost 5 years ago

Makes the regular expressions for DOI/Bibcode/arXiv more robust and also search more fields (url, pages [thanks @syrte for suggestion]).

adstex - adstex v0.3.4

Published by yymao almost 5 years ago

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

adstex - adstex v0.3.3

Published by yymao almost 5 years ago

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

adstex - adstex v0.3.2

Published by yymao about 5 years ago

  • 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 - adstex v0.3.1

Published by yymao about 5 years ago

  • Setting a timeout value for online version check to avoid hanging. Thanks to @birnstiel for pointing this out.
adstex - adstex v0.3.0

Published by yymao over 5 years ago

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.

adstex - adstex v0.2.2

Published by yymao about 6 years ago

  • Reverse the order of possible choices in the case of the author+year search so that the most likely one is at the bottom and the user doesn't need to scroll up.
adstex - adstex v0.2.1

Published by yymao over 6 years ago

This update makes adstex work with bibtexparser>=1.0.0, and also fixes a bug related to an ads API issue.

adstex - adstex v0.2.0

Published by yymao about 7 years ago

first release to pypi