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