Change minted python env settings

This commit is contained in:
Jeff Lance 2019-11-13 18:49:33 +01:00
parent 38a3cc5b76
commit d9fe8c885e

@ -272,6 +272,7 @@
\newminted[python]{python}{style=bw, \newminted[python]{python}{style=bw,
fontsize=\small, fontsize=\small,
bgcolor=white, bgcolor=white,
highlightcolor=white,
autogobble, autogobble,
frame=single, frame=single,
breaklines, breaklines,
@ -280,9 +281,10 @@
xrightmargin=0em, xrightmargin=0em,
numbersep=.2em} numbersep=.2em}
\newmintinline{python}{style=autumn, \newmintinline{python}{style=bw,
fontsize=\small, fontsize=\small,
bgcolor=friendlybg, bgcolor=white,
highlightcolor=white,
autogobble, autogobble,
encoding=utf8} encoding=utf8}