Skip to content

Commit

Permalink
Build with -shell-escape in the CI as well
Browse files Browse the repository at this point in the history
  • Loading branch information
0xd34df00d committed Dec 25, 2020
1 parent 40f5dda commit 15d7817
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tex/build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#! /bin/sh

ott -tex_wrap false -i common.ott -i surface.ott -i core.ott -i translation.ott -o surface.ott.tex -tex_filter paper.mng paper.tex
pdflatex paper.tex
pdflatex -shell-escape paper.tex
bibtex paper.aux
pdflatex paper.tex
pdflatex paper.tex
pdflatex -shell-escape paper.tex
pdflatex -shell-escape paper.tex
exit 0

0 comments on commit 15d7817

Please sign in to comment.