From 63f67a951b5ca1b84760c0c8b03d995d31cc98f9 Mon Sep 17 00:00:00 2001 From: Luke Naylor <l.naylor@sms.ed.ac.uk> Date: Sun, 18 Feb 2024 22:25:08 +0000 Subject: [PATCH] Split enumerates over 2 columns --- content.tex | 4 ++++ packages.tex | 1 + 2 files changed, 5 insertions(+) diff --git a/content.tex b/content.tex index 9c02c9a..e9c49b1 100644 --- a/content.tex +++ b/content.tex @@ -640,6 +640,7 @@ problem with the help of lemma \ref{lem:pseudo_wall_numerical_tests}. Are precisely given by $r,c \in \ZZ$, $d \in \frac{1}{\lcm(m,2)}$ satisfying the following conditions: \begin{enumerate} + \begin{multicols}{2} \item $r > 0$ \label{item:rankpos:lem:num_test_prob1} \item $\Delta(u) \geq 0$ @@ -651,6 +652,7 @@ problem with the help of lemma \ref{lem:pseudo_wall_numerical_tests}. \label{item:chern1bound:lem:num_test_prob1} \item $\chern_2^{P}(u)>0$ \label{item:radiuscond:lem:num_test_prob1} + \end{multicols} \end{enumerate} \end{lemma} @@ -677,6 +679,7 @@ problem with the help of lemma \ref{lem:pseudo_wall_numerical_tests}. Are precisely given by $r,c \in \ZZ$, $d\in\frac{1}{\lcm(m,2)}\ZZ$ satisfying the following conditions: \begin{enumerate} + \begin{multicols}{2} \item $r > 0$ \label{item:rankpos:lem:num_test_prob2} \item $\Delta(u) \geq 0$ @@ -689,6 +692,7 @@ problem with the help of lemma \ref{lem:pseudo_wall_numerical_tests}. \label{item:chern1bound:lem:num_test_prob2} \item $\chern_2^{\beta_{-}}(u)>0$ \label{item:radiuscond:lem:num_test_prob2} + \end{multicols} \end{enumerate} \end{corollary} diff --git a/packages.tex b/packages.tex index 5f7b966..4f8de64 100644 --- a/packages.tex +++ b/packages.tex @@ -11,4 +11,5 @@ \usepackage[nomap]{FiraMono} \usepackage[cache=false]{minted} \usepackage{newunicodechar} +\usepackage{multicol} -- GitLab