fix
Build XeLaTeX to PDF / build (push) Failing after 1m37s

This commit is contained in:
Domipoke
2026-07-29 13:18:26 +02:00
parent 269df25501
commit 7403df0746
2 changed files with 4 additions and 28 deletions
-24
View File
@@ -119,27 +119,3 @@ delim_0 ",\~"
}
\newtcblisting{codeblock}[2]{
listing engine = minted,
minted language = #2,
minted options = {
fontsize = \small,
bgcolor = black!5,
frame = single,
framesep = 2mm,
breaklines = true,
#1,
},
colback = black!5,
colframe = black!50,
listing only,
left = 5mm,
right = 5mm,
top = 3mm,
bottom = 3mm,
enhanced,
breakable,
center
}
\newcommand{\latexinline}[1]{\mintinline{latex}{#1}}