From c8261a9f208f98f7ca3e7a6a707d3756889fb0dd Mon Sep 17 00:00:00 2001 From: Luke Naylor <l.naylor@sms.ed.ac.uk> Date: Tue, 9 May 2023 16:40:22 +0100 Subject: [PATCH] Adjust settings on minted code block --- main.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.tex b/main.tex index 7788fd6..62fc11c 100644 --- a/main.tex +++ b/main.tex @@ -497,6 +497,8 @@ linear terms match those of the other bounds in the previous subsections. \usemintedstyle{tango} -\inputminted[obeytabs=true,tabsize=2]{python}{filtered_sage.txt} +\begin{footnotesize} +\inputminted[obeytabs=true,tabsize=2,breaklines=true,breakbefore=./]{python}{filtered_sage.txt} +\end{footnotesize} \end{document} -- GitLab