Skip to content

Releases: djsutherland/arxiv-collector

0.4.1

27 Nov 18:58
Compare
Choose a tag to compare

Fixed:

  • Be more flexible about filenames in the deps file; in particular, handle Overleaf better.

0.4.0

17 Oct 00:41
Compare
Choose a tag to compare

Added:

  • You can now pass --latexmk-deps to use a pre-made dependencies file. In particular, makes it possible to run directly on Overleaf.
  • Option --include-bib to include .bib files, from @ryanakca (#14)
  • Option --extract-bib NAME to run biber to create a single .bib file with only the used entries, from @ryanakca (#14)

0.3.5

15 Jan 16:44
Compare
Choose a tag to compare

Added:

  • --get-latexmk now gets the latest version from CTAN by default.

Fixed:

  • Handle latexmk --version output for newest version (#11).

0.3.4

04 Jun 16:08
Compare
Choose a tag to compare

Fixed:

0.3.3

27 May 17:59
Compare
Choose a tag to compare

Fixed:

  • Fix another python 2 error. (Can people just use 3 already?)

0.3.2

27 May 17:54
Compare
Choose a tag to compare

Fixed:

  • Fixed --get-latexmk in python 2.

0.3.1

22 May 10:55
Compare
Choose a tag to compare

Changed:

  • Default --get-latexmk to the new 4.64a version, which works again.

0.3.0

21 May 17:54
Compare
Choose a tag to compare

Added:

  • Check that your latexmk isn't a known-broken version.
  • --get-latexmk utility to easily download an arbitrary latexmk version.
  • Output number of files and total archive size when done

Changed:

  • Remove some redundant info from --verbose output.
  • Simplify code by using latexmk's --deps-out option

0.2.3

21 May 13:36
Compare
Choose a tag to compare

Added:

  • Better --help output.
  • Option to use a non-default latexmk path

Changed:

  • Made --debug more useful (and way louder).

Fixed:

  • Fixed bug when dependents message isn't the entire line (#8); thanks to @physikerwelt for reporting.

0.2.2

09 May 11:12
Compare
Choose a tag to compare

Changed:

  • Formatted with black
  • Slightly better error message for non-existing files.

Fixed:

  • Better error handling when the .bbl file doesn't exist
  • Fixed errors when filename contains regex special characters