Releases: djsutherland/arxiv-collector
Releases · djsutherland/arxiv-collector
0.4.1
0.4.0
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 runbiber
to create a single.bib
file 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-latexmk
in python 2.
0.3.1
Changed:
- Default
--get-latexmk
to the new 4.64a version, which works again.
0.3.0
Added:
- Check that your
latexmk
isn't a known-broken version. --get-latexmk
utility to easily download an arbitrarylatexmk
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
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
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