GEX thesis source code, full text, references
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
gex-thesis/pre.minted.tex

11 rader
467 B

%% MINTED
\usepackage{minted} % code listings
\usepackage{xpatch,letltxmacro}
\LetLtxMacro{\cminted}{\minted}
\let\endcminted\endminted
\xpretocmd{\cminted}{\RecustomVerbatimEnvironment{Verbatim}{BVerbatim}{}}{}{}
\newminted{ini}{frame=leftline,autogobble=true,framesep=2mm}
\newminted{python}{frame=leftline,autogobble=true,framesep=2mm}
\newminted{c}{frame=leftline,autogobble=true,framesep=2mm}
\newminted{matlab}{frame=leftline,autogobble=true,framesep=2mm}