adjust \limit to always put limits below
This commit is contained in:
parent
35a9318e09
commit
cc2ab6fb2e
1 changed files with 3 additions and 0 deletions
|
@ -177,6 +177,9 @@
|
|||
%Fixes of common misbehaviour
|
||||
\renewcommand{\degree}{^\circ}
|
||||
|
||||
% Always put limits under \limit
|
||||
\let\oldlim\lim\def\lim{\oldlim\limits}
|
||||
|
||||
%Used to start an exercise and resetting the equation number
|
||||
%\newcommand{\nr}[1]{\setcounter{equation}{0}\section*{\ifenglish Exercise \else Aufgabe \fi #1}~}
|
||||
|
||||
|
|
Loading…
Reference in a new issue