Add minted for code blocks

This commit is contained in:
Tobias Eidelpes 2022-02-08 10:15:12 +01:00
parent 631d7eb218
commit 8f9d6ae098
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -10,6 +10,9 @@
\usepackage{fancyhdr} \usepackage{fancyhdr}
\usepackage{titling} \usepackage{titling}
\usepackage{url} \usepackage{url}
\usepackage{minted}
\usepackage{xcolor} % to access the named colour LightGray
\definecolor{LightGray}{gray}{0.9}
\renewcommand{\thesection}{Exercise \Alph{section}:} \renewcommand{\thesection}{Exercise \Alph{section}:}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%