From 7ac0733f48a665fa7f06cc26d90a0739fbb26283 Mon Sep 17 00:00:00 2001 From: awehenkel Date: Sat, 18 Feb 2023 19:40:19 +0100 Subject: [PATCH] new pdf generation --- tex/thesis.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tex/thesis.tex b/tex/thesis.tex index cdf2515..c077a11 100644 --- a/tex/thesis.tex +++ b/tex/thesis.tex @@ -4,6 +4,11 @@ % Custom config =============================================================== +% Code snippets +\usepackage{minted} +\definecolor{rulecolor}{rgb}{0.80,0.80,0.80} +\definecolor{bgcolor}{rgb}{1.0,1.0,1.0} +\newminted{python}{bgcolor=bgcolor} % Classic thesis \usepackage{amssymb} \input{classicthesis-config} @@ -46,11 +51,6 @@ \end{shaded}% } -% Code snippets -\usepackage{minted} -\definecolor{rulecolor}{rgb}{0.80,0.80,0.80} -\definecolor{bgcolor}{rgb}{1.0,1.0,1.0} -\newminted{python}{bgcolor=bgcolor} % Todo \newcommand{\todo}[1]{\textcolor{red}{[TODO] #1}}