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

Add extra notebooks to the appendix

parent c55821a7
No related branches found
No related tags found
No related merge requests found
Pipeline #32515 canceled
......@@ -63,7 +63,7 @@ $(1).tex: $(1).ipynb
sed -e '/\\documentclass/,/\\maketitle/d' -e '/\\end{document}/d' -i $(1).tex
endef
NOTEBOOKBASENAMES=max-destabilizer-rank/rank_zero_case max-destabilizer-rank/characteristic_curves
NOTEBOOKBASENAMES=$(basename $(wildcard **/*.ipynb))
#plots_and_expressions examples characteristic_curves rank_zero_case other_P_choice
$(foreach _base, $(NOTEBOOKBASENAMES), $(eval $(call NOTEBOOK_TO_TEX_RULE, $(_base))))
......
Subproject commit 12b7f246e34ffa5408b9553d83c6de604b99f2ba
Subproject commit 0989d57854ba4880bbf13e1c85e3ed54e307e3f9
Subproject commit c7c9ec77ddce00636962dcb63bf728ca5832cf53
Subproject commit 1fbc2719bc5aa93c8870d961ab7e11441634f69c
......@@ -2,7 +2,17 @@
\bgroup
{\scriptsize
\input{notebook-commands.tex}
\section{Characteristic Curves}
\import{max-destabilizer-rank/}{characteristic_curves}
%\import{max-destabilizer-rank/}{rank_zero_case}
\section{Rank Zero Case}
\import{max-destabilizer-rank/}{rank_zero_case}
\section{Examples}
\import{max-destabilizer-rank/}{examples}
\section{Other P Choice}
\import{max-destabilizer-rank/}{other_P_choice}
\section{Existence of Wall Argument}
\import{general-semi-homog-presentation/}{existence_of_wall_argument}
\section{Existence of Wall Argument}
\import{general-semi-homog-presentation/}{general_presentations}
}
\egroup
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