Search found 1 match

by kcg
Mon Nov 23, 2020 7:18 pm
Forum: Graphics, Figures & Tables
Topic: Allowing page breaks in minted
Replies: 1
Views: 7510

Allowing page breaks in minted

Hello,

I am currently using minted along with the listing package.

Is it possible to allow this to split in half for large amounts of code and allow a page break rather than moving it onto a separate page?

Thank you


\begin{listing}
\begin{listing}[H]
\begin{minted}[linenos, breaklines ...