Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad output of latexmk --version #11

Closed
nrbeaton opened this issue Jan 14, 2020 · 1 comment
Closed

Bad output of latexmk --version #11

nrbeaton opened this issue Jan 14, 2020 · 1 comment

Comments

@nrbeaton
Copy link

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'
@djsutherland
Copy link
Owner

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. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants