diff options
| author | MZuenni <michi.zuendorf@gmail.com> | 2023-03-01 14:27:03 +0100 |
|---|---|---|
| committer | MZuenni <michi.zuendorf@gmail.com> | 2023-03-01 14:27:03 +0100 |
| commit | 53e80ad9276856b31553acbcbfe69a156a1d907f (patch) | |
| tree | 786e065fc0ff1c80fdc769833e14f6f86a5e84d1 /latexHeaders | |
| parent | 1074350c83504afe32cf4a14f43da82431d93d91 (diff) | |
removed direct calls to lst
Diffstat (limited to 'latexHeaders')
| -rw-r--r-- | latexHeaders/commands.sty | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/latexHeaders/commands.sty b/latexHeaders/commands.sty index dde7fa8..da78745 100644 --- a/latexHeaders/commands.sty +++ b/latexHeaders/commands.sty @@ -5,6 +5,7 @@ \fi} \newcommand{\runtime}[1]{\ensuremath{\mathcal{O}\left(#1\right)}} \newcommand{\code}[1]{\lstinline[breaklines=true]{#1}} +\let\codeSafe\lstinline \usepackage{tikz} \usetikzlibrary{angles,quotes} |
