浏览代码

update lecture cls

master
flavis 6 年前
父节点
当前提交
316e3d19ea
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      lecture.cls

+ 6
- 0
lecture.cls 查看文件

@@ -105,3 +105,9 @@

% activate my colour style
\lstset{style=mystyle}

% better stackrel
\let\oldstackrel\stackrel
\renewcommand{\stackrel}[2]{%
\oldstackrel{\mathclap{#1}}{#2}
}%

正在加载...
取消
保存