Skip to content

Commit

Permalink
Fix minted environment text overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
compor committed Oct 9, 2024
1 parent 5102db1 commit b9a13bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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<!tuple<[!i64]>>
], []>] {
Expand All @@ -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}

Expand Down

0 comments on commit b9a13bf

Please sign in to comment.