From 218005f2638c3fba4c35bcb5aac09dfb1b3565a4 Mon Sep 17 00:00:00 2001 From: Domipoke <42298508+Domipoke@users.noreply.github.com> Date: Wed, 29 Jul 2026 12:47:20 +0200 Subject: [PATCH] fix --- myformat.sty | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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