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

Update chapter 1 to include code snippets

parent 59c4e72e
No related branches found
No related tags found
No related merge requests found
Pipeline #32401 passed
ensure_path("TEXINPUTS","edinburgh-math-latex/");
@default_files = ('main.tex');
$pdf_mode = 1;
$pdflatex = 'lualatex -interaction=nonstopmode';
$pdflatex = 'lualatex -shell-escape -interaction=nonstopmode';
@generated_exts = (@generated_exts, 'synctex.gz');
......@@ -3,6 +3,7 @@
\input{packages.tex}
\input{theoremstyles.tex}
\input{newcommands.tex}
\input{max-destabilizer-rank/newunicodes.tex}
\usepackage[
style=alphabetic,
......
Subproject commit d24f093a65cf90f403d2e45e6490b7931f5be978
Subproject commit 73de6518da8797fad35233eb8b47200b64cb1dcc
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