summaryrefslogtreecommitdiff
path: root/run_latex.py
diff options
context:
space:
mode:
authorMatthew Sotoudeh <masotoudeh@ucdavis.edu>2021-01-11 08:06:35 -0800
committerGitHub <noreply@github.com>2021-01-11 08:06:35 -0800
commitee3b251076279df9e93a3b05a515c91ba31646bd (patch)
tree9f12caaaf352e4d44f610472e66e76e446432cad /run_latex.py
parenta7897766064a9a97630feef241d83fc29962f4cb (diff)
Update get_arxivable to use the new run_latex interface (#10)HEADmaster
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.
Diffstat (limited to 'run_latex.py')
-rw-r--r--run_latex.py2
1 files changed, 1 insertions, 1 deletions
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.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback