Releases: djsutherland/arxiv-collector
Releases · djsutherland/arxiv-collector
0.4.1
0.4.0
Added:
- You can now pass
--latexmk-depsto use a pre-made dependencies file. In particular, makes it possible to run directly on Overleaf. - Option
--include-bibto include.bibfiles, from @ryanakca (#14) - Option
--extract-bib NAMEto runbiberto create a single.bibfile with only the used entries, from @ryanakca (#14)
0.3.5
0.3.4
Fixed:
- Yet another python 2 error; thanks again, @physikerwelt.
0.3.3
Fixed:
- Fix another python 2 error. (Can people just use 3 already?)
0.3.2
Fixed:
- Fixed
--get-latexmkin python 2.
0.3.1
Changed:
- Default
--get-latexmkto the new 4.64a version, which works again.
0.3.0
Added:
- Check that your
latexmkisn't a known-broken version. --get-latexmkutility to easily download an arbitrarylatexmkversion.- 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-outoption
0.2.3
Added:
- Better
--helpoutput. - Option to use a non-default
latexmkpath
Changed:
- Made
--debugmore useful (and way louder).
Fixed:
- Fixed bug when dependents message isn't the entire line (#8); thanks to @physikerwelt for reporting.
0.2.2
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