Skip to content
Snippets Groups Projects
Commit 70098a02 authored by Luke Naylor's avatar Luke Naylor
Browse files

Run latexmk twice, with and without appendix

parent f3b8cc10
No related branches found
No related tags found
No related merge requests found
Pipeline #32477 canceled
......@@ -11,6 +11,8 @@ build:
- sage -pip install "pseudowalls==0.0.3" --extra-index-url https://gitlab.com/api/v4/projects/43962374/packages/pypi/simple
- make tilt.rs
- latexmk -use-make
- sed -i -e '1s/^/\\def\\notebookappendix{}/' main.tex
- latexmk -use-make
artifacts:
paths:
- main.pdf
......
ensure_path("TEXINPUTS","edinburgh-math-latex/");
@default_files = ('main.tex');
$pdf_mode = 1;
$pdflatex = 'lualatex -shell-escape -interaction=nonstopmode';
$pdflatex = 'lualatex -shell-escape -interaction=nonstopmode %O %S';
$max_repeat = 8;
@generated_exts = (@generated_exts, 'synctex.gz');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment