Skip to content
Snippets Groups Projects
Commit a9d27a51 authored by tuhe's avatar tuhe
Browse files

Minor changes

parent 8b54675e
No related branches found
No related tags found
No related merge requests found
Pipeline #22798 passed
...@@ -15,6 +15,7 @@ def latexmk(texfile, pdf_out=None,shell=True,cleanup=False, Linux=False): ...@@ -15,6 +15,7 @@ def latexmk(texfile, pdf_out=None,shell=True,cleanup=False, Linux=False):
print("Running LaTeX command>> " + CMD) print("Running LaTeX command>> " + CMD)
s = subprocess.check_output(CMD, shell=True) s = subprocess.check_output(CMD, shell=True)
# s = subprocess.check_output(CMD, shell=True) # try to run it twice to compile bibtex
if pdf_out: if pdf_out:
shutil.copyfile(texfile[:-4]+".pdf", pdf_out) shutil.copyfile(texfile[:-4]+".pdf", pdf_out)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment