Skip to content
Snippets Groups Projects
Commit c11e1773 authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Move build commands to a config file, and use LuaLaTeX

parent f364f6d9
No related branches found
No related tags found
1 merge request!1Use LuaLaTeX and syntax highlighting
......@@ -10,7 +10,7 @@ popd
# compile the slides
pushd slides
latexmk -pdf *.tex
latexmk *.tex
popd
# Move things to the right place
......
$pdf_mode = 1;
$pdflatex = 'lualatex %O %S';
$silent = 1;
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