From b9a13bf17827cb67f8ee58db9be657f51abd2553 Mon Sep 17 00:00:00 2001 From: Chris Vasiladiotis Date: Wed, 9 Oct 2024 08:19:40 +0100 Subject: [PATCH] Fix minted environment text overflow --- paper.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paper.tex b/paper.tex index 16b4d53..51b913d 100644 --- a/paper.tex +++ b/paper.tex @@ -596,7 +596,7 @@ \subsubsection{Listings} We aim to use minted to create listings as much as the murphy-style in this case, whereas the MLIR version applies the colorful-style. -\begin{xdsl} +\begin{xdsl*}{fontsize=\scriptsize} func.func() [sym_name = "main", function_type = !fun<[ !iterators.columnar_batch> ], []>] { @@ -619,7 +619,7 @@ \subsubsection{Listings} We aim to use minted to create listings as much as [predicate = 4 : !i64] func.return(%cmp : !i1) } -\end{xdsl} +\end{xdsl*} \section{Writing}