You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I swear this worked a month or two ago (running on MacOS Catalina) but now arxiv-collector main.tex produces the following error:
Traceback (most recent call last):
File "/Users/nrbeaton/anaconda3/bin/arxiv-collector", line 10, in <module>
sys.exit(main())
File "/Users/nrbeaton/anaconda3/lib/python3.6/site-packages/arxiv_collector.py", line 353, in main
version = get_latexmk_version(args.latexmk)
File "/Users/nrbeaton/anaconda3/lib/python3.6/site-packages/arxiv_collector.py", line 77, in get_latexmk_version
raise ValueError("Bad output of {} --version:\n{}".format(latexmk, out))
ValueError: Bad output of latexmk --version:
b'\nLatexmk, John Collins, 26 Dec. 2019. Version 4.67\n'
The text was updated successfully, but these errors were encountered:
Looks like the newest version of latexmk tweaked the version output format. Should be a trivial fix; I'll publish it when I get home in an hour or two. 👍
I swear this worked a month or two ago (running on MacOS Catalina) but now
arxiv-collector main.tex
produces the following error:The text was updated successfully, but these errors were encountered: