Browse Source

update lecture cls

master
flavis 6 years ago
parent
commit
316e3d19ea
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      lecture.cls

+ 6
- 0
lecture.cls 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}
}%

Loading…
Cancel
Save