Merge changes
This commit is contained in:
commit
98bbdbeaad
@ -9,6 +9,8 @@
|
|||||||
\usepackage{acronym}
|
\usepackage{acronym}
|
||||||
\usepackage{xpatch}
|
\usepackage{xpatch}
|
||||||
\usepackage{standalone}
|
\usepackage{standalone}
|
||||||
|
\usepackage{tikz}
|
||||||
|
\usepackage[ngerman]{babel}
|
||||||
\usepackage{float}
|
\usepackage{float}
|
||||||
\usepackage{subcaption}
|
\usepackage{subcaption}
|
||||||
|
|
||||||
@ -17,6 +19,10 @@
|
|||||||
\usetikzlibrary{decorations.pathreplacing}
|
\usetikzlibrary{decorations.pathreplacing}
|
||||||
\usetikzlibrary{positioning}
|
\usetikzlibrary{positioning}
|
||||||
|
|
||||||
|
\definecolor{codegreen}{rgb}{0,0.6,0}
|
||||||
|
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
|
||||||
|
\definecolor{codepurple}{rgb}{0.58,0,0.82}
|
||||||
|
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
|
||||||
|
|
||||||
\input{includes}
|
\input{includes}
|
||||||
|
|
||||||
@ -24,6 +30,9 @@
|
|||||||
%%-----------------------------------
|
%%-----------------------------------
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
|
\makeatletter
|
||||||
|
\xpretocmd\lstinline{\Colorbox{backcolour}\bgroup\appto\lst@DeInit{\egroup}}{}{}
|
||||||
|
\makeatother
|
||||||
|
|
||||||
\input{config.tex}
|
\input{config.tex}
|
||||||
\maketitle
|
\maketitle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user