summaryrefslogtreecommitdiff
path: root/macros.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros.sty')
-rw-r--r--macros.sty6
1 files changed, 2 insertions, 4 deletions
diff --git a/macros.sty b/macros.sty
index 5cc98b9..56854d0 100644
--- a/macros.sty
+++ b/macros.sty
@@ -38,13 +38,10 @@
\DeclareMathOperator{\arsech}{arsech}
\DeclareMathOperator{\arcsch}{arcsch}
-\makeatletter
\let\@epsilon\epsilon
\let\@theta\theta
\let\@phi\phi
\AtBeginDocument{
- \RenewCommandCopy{\angle}{\measuredangle}
-
\RenewCommandCopy{\epsilon}{\varepsilon}
\RenewCommandCopy{\varepsilon}{\@epsilon}
\RenewCommandCopy{\theta}{\vartheta}
@@ -54,5 +51,6 @@
\undef\@epsilon
\undef\@theta
\undef\@phi
+
+ \RenewCommandCopy{\angle}{\measuredangle}
}
-\makeatother