From 814b4183bb7a36cd3acb42f2d5d10b8553c1bca9 Mon Sep 17 00:00:00 2001
From: Luke Naylor <l.naylor@sms.ed.ac.uk>
Date: Thu, 11 May 2023 00:06:45 +0100
Subject: [PATCH] Space out subfigures

---
 main.tex | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/main.tex b/main.tex
index facf38f..ea245e7 100644
--- a/main.tex
+++ b/main.tex
@@ -705,13 +705,14 @@ def plot_d_bound(
 
 \begin{figure}
 \centering
-\begin{subfigure}{.5\textwidth}
+\begin{subfigure}{.45\textwidth}
   \centering
 	\sageplot[width=\linewidth]{plot_d_bound(v_example, 0)}
 	\caption{$q = 0$ (all bounds other than green coincide on line)}
   \label{fig:d_bounds_xmpl_min_q}
 \end{subfigure}%
-\begin{subfigure}{.5\textwidth}
+\hfill
+\begin{subfigure}{.45\textwidth}
   \centering
 	\sageplot[width=\linewidth]{plot_d_bound(v_example, 4)}
 	\caption{$q = \chern^{\beta}(F)$ (all bounds other than blue coincide on line)}
-- 
GitLab