From 391736bede29ba83054435d05b7cb8a5b908f8b6 Mon Sep 17 00:00:00 2001
From: Luke Naylor <l.naylor@sms.ed.ac.uk>
Date: Thu, 22 Feb 2024 18:44:21 +0000
Subject: [PATCH] Add extra notebooks to the appendix

---
 Makefile                        |  2 +-
 general-semi-homog-presentation |  2 +-
 max-destabilizer-rank           |  2 +-
 notebook-appendix.tex           | 12 +++++++++++-
 4 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 563cebd..eaa7d07 100644
--- a/Makefile
+++ b/Makefile
@@ -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))))
diff --git a/general-semi-homog-presentation b/general-semi-homog-presentation
index 12b7f24..0989d57 160000
--- a/general-semi-homog-presentation
+++ b/general-semi-homog-presentation
@@ -1 +1 @@
-Subproject commit 12b7f246e34ffa5408b9553d83c6de604b99f2ba
+Subproject commit 0989d57854ba4880bbf13e1c85e3ed54e307e3f9
diff --git a/max-destabilizer-rank b/max-destabilizer-rank
index c7c9ec7..1fbc271 160000
--- a/max-destabilizer-rank
+++ b/max-destabilizer-rank
@@ -1 +1 @@
-Subproject commit c7c9ec77ddce00636962dcb63bf728ca5832cf53
+Subproject commit 1fbc2719bc5aa93c8870d961ab7e11441634f69c
diff --git a/notebook-appendix.tex b/notebook-appendix.tex
index f0484c7..4f58ad8 100644
--- a/notebook-appendix.tex
+++ b/notebook-appendix.tex
@@ -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
-- 
GitLab