2

I use minted to style my codes in a document. But in some cases, there is a weird box in the code in which most of the time a quotation mark is encircled.

The following MWE shows my problematic issue.

\documentclass{article}

\usepackage{minted}

\begin{document}

\begin{minted}{python}
>>> str
<class 'str'>
>>> str.count
<method 'count' of 'str' objects>
\end{minted}

\end{document}

enter image description here

javadr
  • 2,404

0 Answers0