fix
Build XeLaTeX to PDF / build (push) Failing after 2m36s

This commit is contained in:
Domipoke
2026-07-29 12:41:03 +02:00
parent 90e67aa129
commit 645f51ac4b
2 changed files with 50 additions and 4 deletions
+9
View File
@@ -116,4 +116,13 @@ delim_0 ",\~"
right = 5mm,
top = 3mm,
bottom = 3mm,
}
% \newcommand{\latexinline}[1]{\\\mintinline{latex}{#1}}
\newcommand{\latexinline}[1]{
\begin{center}
\begin{minted}{latex}
#1
\end{minted}
\end{center}
}