update
This commit is contained in:
parent
38b946e18e
commit
507ab77bcf
@ -72,6 +72,7 @@
|
|||||||
|
|
||||||
% maths
|
% maths
|
||||||
\RequirePackage{amsmath, amsthm, amsfonts, amssymb}
|
\RequirePackage{amsmath, amsthm, amsfonts, amssymb}
|
||||||
|
% \RequirePackage{amsmath, amsthm, amssymb}
|
||||||
\RequirePackage{tkz-euclide}
|
\RequirePackage{tkz-euclide}
|
||||||
\usetikzlibrary{arrows, calc, positioning, shapes.geometric, shadows, snakes, tikzmark}
|
\usetikzlibrary{arrows, calc, positioning, shapes.geometric, shadows, snakes, tikzmark}
|
||||||
\RequirePackage{calc}
|
\RequirePackage{calc}
|
||||||
@ -304,6 +305,8 @@
|
|||||||
%
|
%
|
||||||
|
|
||||||
\definecolor{friendlybg}{HTML}{F0F0F0}
|
\definecolor{friendlybg}{HTML}{F0F0F0}
|
||||||
|
\newif\ifplastex\plastexfalse
|
||||||
|
\ifplastex
|
||||||
\newminted[python]{python}{style=bw,
|
\newminted[python]{python}{style=bw,
|
||||||
fontsize=\small,
|
fontsize=\small,
|
||||||
bgcolor=white,
|
bgcolor=white,
|
||||||
@ -329,7 +332,7 @@
|
|||||||
\AtBeginEnvironment{minted}{\dontdofcolorbox}
|
\AtBeginEnvironment{minted}{\dontdofcolorbox}
|
||||||
\def\dontdofcolorbox{\renewcommand\fcolorbox[4][]{##4}}
|
\def\dontdofcolorbox{\renewcommand\fcolorbox[4][]{##4}}
|
||||||
\xpatchcmd{\inputminted}{\minted@fvset}{\minted@fvset\dontdofcolorbox}{}{}
|
\xpatchcmd{\inputminted}{\minted@fvset}{\minted@fvset\dontdofcolorbox}{}{}
|
||||||
|
\fi
|
||||||
%--
|
%--
|
||||||
|
|
||||||
|
|
||||||
|
@ -125,10 +125,10 @@
|
|||||||
|
|
||||||
% double quoting
|
% double quoting
|
||||||
%%
|
%%
|
||||||
\NewDocumentCommand \og { }{
|
\providecommand{\og}{
|
||||||
<<
|
<<
|
||||||
}
|
}
|
||||||
\NewDocumentCommand \fg { }{
|
\providecommand{\fg}{
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user