From ee3b251076279df9e93a3b05a515c91ba31646bd Mon Sep 17 00:00:00 2001 From: Matthew Sotoudeh Date: Mon, 11 Jan 2021 08:06:35 -0800 Subject: Update get_arxivable to use the new run_latex interface (#10) This resolves some issues caused by a change in the arguments to `run_latex.py` that I didn't update the `get_arxivable` rules to work with. --- run_latex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_latex.py') diff --git a/run_latex.py b/run_latex.py index 32b44cf..69485ef 100644 --- a/run_latex.py +++ b/run_latex.py @@ -5,7 +5,7 @@ Two invocations are supported: 1) run_latex.py [texlive] [latexrun] [jobname] [mainfile].tex [outfile].pdf [sources...] -2) run_latex.py [texlive] [latexrun] [jobname] [mainfile].tex -- [sources...] -- [command...] +2) run_latex.py [texlive] [latexrun] [jobname] [mainfile].tex -- [command...] -- [sources...] The first will build [outfile].pdf from [mainfile].tex and the [sources...]. This is used to build the PDF file for the [name]_getpdf rules. -- cgit v1.2.3