Skip to content
Snippets Groups Projects
Commit 621d889a authored by Julian Rother's avatar Julian Rother
Browse files

lumi-handout: Make compile.py call pdflatex twice

parent 8c624583
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -15,4 +15,4 @@ if __name__ == "__main__":
template = env.get_template("handout.tex.template")
with open("handout.tex","w") as fd:
fd.write(template.render({"registration":registration,"sticks":sticks,"cleanhandout":True}))
subprocess.call("pdflatex handout.tex", shell=True)
subprocess.call("pdflatex handout.tex && pdflatex handout.tex", shell=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment