renew command at beginning of document, fix typo
This commit is contained in:
parent
d5b2dc7a5f
commit
2d49a6becf
1 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,8 @@
|
||||||
% This just brings together some (possibly ugly) hacks that I use when writing math. Likely, you do not want to use this except when building around this package (like I did), or already have similar shortcuts
|
% This just brings together some (possibly ugly) hacks that I use when writing math. Likely, you do not want to use this except when building around this package (like I did), or already have similar shortcuts
|
||||||
|
|
||||||
%Proper Degree command
|
%Proper Degree command
|
||||||
\renewcommand{\degree}{^\circ}
|
\def\mkessler@mathfixes@degree{^\circ}
|
||||||
|
\AtBeginDocument{\def\degree{\mkessler@mathfixes@degree}}
|
||||||
|
|
||||||
% Always put limits under \limit
|
% Always put limits under \limit
|
||||||
\let\oldlim\lim\def\lim{\oldlim\limits}
|
\let\oldlim\lim\def\lim{\oldlim\limits}
|
||||||
|
@ -25,4 +26,4 @@
|
||||||
|
|
||||||
\let\mkessler@mathfixes@oldepsilon\epsilon
|
\let\mkessler@mathfixes@oldepsilon\epsilon
|
||||||
\renewcommand\epsilon\varepsilon
|
\renewcommand\epsilon\varepsilon
|
||||||
\newcommand\uglyphi{\mkessler@mathfixes@oldepsilon}
|
\newcommand\uglyepsilon{\mkessler@mathfixes@oldepsilon}
|
||||||
|
|
Loading…
Reference in a new issue