From a68d6abc2b08e7f66d4c014ce5ea0f7bb690a998 Mon Sep 17 00:00:00 2001 From: Domipoke <42298508+Domipoke@users.noreply.github.com> Date: Wed, 29 Jul 2026 12:59:02 +0200 Subject: [PATCH] fix --- myformat.sty | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/myformat.sty b/myformat.sty index 5a2f193..846ff04 100644 --- a/myformat.sty +++ b/myformat.sty @@ -119,8 +119,4 @@ delim_0 ",\~" } % \newcommand{\latexinline}[1]{\\\mintinline{latex}{#1}} -\newcommand{\latexinline}[1]{ - \begin{center} - \mint|#1| - \end{center} -} \ No newline at end of file +\newcommand{\latexinline}[1]{\mint|#1|} \ No newline at end of file