diff --git a/myformat.sty b/myformat.sty index a9111df..5a2f193 100644 --- a/myformat.sty +++ b/myformat.sty @@ -121,8 +121,6 @@ delim_0 ",\~" % \newcommand{\latexinline}[1]{\\\mintinline{latex}{#1}} \newcommand{\latexinline}[1]{ \begin{center} - \begin{minted}{latex} - #1 - \end{minted} + \mint|#1| \end{center} } \ No newline at end of file