Skip to content

Commit

Permalink
new pdf generation
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehenkel committed Feb 18, 2023
1 parent b0675c9 commit 7ac0733
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tex/thesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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}}
Expand Down

0 comments on commit 7ac0733

Please sign in to comment.