From 6fd3334087260a6926b16d19f8cb1b9db4b20727 Mon Sep 17 00:00:00 2001
From: Luke Naylor <l.naylor@sms.ed.ac.uk>
Date: Mon, 1 Jul 2024 14:10:11 +0100
Subject: [PATCH] Tweak listing options for Schmidt snippet

---
 tex/bounds-on-semistabilisers.tex | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tex/bounds-on-semistabilisers.tex b/tex/bounds-on-semistabilisers.tex
index 805089b..f036686 100644
--- a/tex/bounds-on-semistabilisers.tex
+++ b/tex/bounds-on-semistabilisers.tex
@@ -12,7 +12,9 @@ pseudo-semistabilisers for tilt stability.
 
 \lstinputlisting[
 	caption={\raggedleft snippet from \cite{SchmidtGithub2020} \texttt{stability_conditions.tilt.walls_left}},
-	label={fig:code:schmidt-bound}
+	label={fig:code:schmidt-bound},
+	linerange=1-7,
+	firstnumber=1015
 ]{schmidt-snippet}
 
 \begin{theorem}[Bound on $r$ - Benjamin Schmidt]
-- 
GitLab