update lecture cls

This commit is contained in:
2020-01-18 16:17:53 +01:00
parent 5b5d5911cf
commit 316e3d19ea
+6
View File
@@ -105,3 +105,9 @@
% activate my colour style
\lstset{style=mystyle}
% better stackrel
\let\oldstackrel\stackrel
\renewcommand{\stackrel}[2]{%
\oldstackrel{\mathclap{#1}}{#2}
}%