From b298788e63ea530f11ce64870d29fe91eafdb9af Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Mon, 12 Mar 2018 13:28:47 -0500 Subject: 2018-03-12 13:28 --- dissertation.cls | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'dissertation.cls') diff --git a/dissertation.cls b/dissertation.cls index f850af5..74cd49b 100644 --- a/dissertation.cls +++ b/dissertation.cls @@ -78,12 +78,11 @@ % --- code environment ---------------------------------------------------------------------------- \RequirePackage{etoolbox} -\RequirePackage{minted} -\fvset{bgcolor=red} -\usemintedstyle{colorful} +\RequirePackage[chapter]{minted} +\usemintedstyle{colorfuli} \BeforeBeginEnvironment{minted}{\begin{singlespace}} \AfterEndEnvironment{minted}{\end{singlespace}} -\newmint{python} +\setminted[python]{linenos=false, frame=lines} % --- tables -------------------------------------------------------------------------------------- -- cgit v1.2.3