|
@@ -6,7 +6,7 @@
|
|
\pdfsuppresswarningpagegroup=1
|
|
\pdfsuppresswarningpagegroup=1
|
|
% Allgemeines
|
|
% Allgemeines
|
|
\usepackage[automark]{scrlayer-scrpage} % Kopf- und Fußzeilen
|
|
\usepackage[automark]{scrlayer-scrpage} % Kopf- und Fußzeilen
|
|
-\usepackage{amsmath,marvosym} % Mathesachen
|
|
|
|
|
|
+\usepackage{amsmath,marvosym,amssymb} % Mathesachen
|
|
\usepackage[T1]{fontenc} % Ligaturen, richtige Umlaute im PDF
|
|
\usepackage[T1]{fontenc} % Ligaturen, richtige Umlaute im PDF
|
|
\usepackage[utf8]{inputenc}% UTF8-Kodierung für Umlaute usw
|
|
\usepackage[utf8]{inputenc}% UTF8-Kodierung für Umlaute usw
|
|
% Schriften
|
|
% Schriften
|
|
@@ -57,6 +57,22 @@
|
|
\setlength{\abovecaptionskip}{0.2cm} % Abstand der zwischen Bild- und Bildunterschrift
|
|
\setlength{\abovecaptionskip}{0.2cm} % Abstand der zwischen Bild- und Bildunterschrift
|
|
\usepackage{enumitem} % Referenzen auf Item in enumerate-Blocks
|
|
\usepackage{enumitem} % Referenzen auf Item in enumerate-Blocks
|
|
|
|
|
|
|
|
+% A checklist for the current progress
|
|
|
|
+\usepackage{pifont}
|
|
|
|
+\usepackage{tikz}
|
|
|
|
+\usetikzlibrary{shapes.geometric}
|
|
|
|
+\newcommand{\cmark}{\ding{51}}%
|
|
|
|
+\newcommand{\xmark}{\ding{55}}%
|
|
|
|
+\newcommand\partialsquare{%
|
|
|
|
+\begin{tikzpicture}[baseline=0]
|
|
|
|
+\draw (0,0) rectangle (0.3,0.3);
|
|
|
|
+\fill (0.05,0.05) rectangle (0.25,0.25);
|
|
|
|
+\end{tikzpicture}%
|
|
|
|
+}
|
|
|
|
+\newcommand{\planned}{$\square$}
|
|
|
|
+\newcommand{\done}{\rlap{$\square$}{\raisebox{2pt}{\large\hspace{1pt}\cmark}}\hspace{-2.5pt}}
|
|
|
|
+\newcommand{\progress}{\partialsquare}
|
|
|
|
+
|
|
% \toprule and other commands
|
|
% \toprule and other commands
|
|
\usepackage{booktabs}
|
|
\usepackage{booktabs}
|
|
|
|
|
|
@@ -83,9 +99,6 @@
|
|
\definecolor{deepred}{rgb}{0.8,0,0}
|
|
\definecolor{deepred}{rgb}{0.8,0,0}
|
|
\definecolor{deepgreen}{rgb}{0,0.4,0}
|
|
\definecolor{deepgreen}{rgb}{0,0.4,0}
|
|
\definecolor{grau}{gray}{0.3}
|
|
\definecolor{grau}{gray}{0.3}
|
|
-\newcommand{\planned}[1]{\textcolor{deepred}{#1}}
|
|
|
|
-\newcommand{\done}[1]{\textcolor{deepgreen}{#1}}
|
|
|
|
-\newcommand{\inprogress}[1]{\textcolor{deepblue}{#1}}
|
|
|
|
% python style code
|
|
% python style code
|
|
\lstset{
|
|
\lstset{
|
|
extendedchars=true,
|
|
extendedchars=true,
|