From 7789bb9ccaa0e2e13bb928b4d684898cd592e6d4 Mon Sep 17 00:00:00 2001 From: Bastian Rieck Date: Wed, 3 Nov 2021 21:41:31 +0100 Subject: [PATCH] Removed ordinals from template --- mimosis.cls | 9 --------- 1 file changed, 9 deletions(-) diff --git a/mimosis.cls b/mimosis.cls index 81128ae..643fa67 100644 --- a/mimosis.cls +++ b/mimosis.cls @@ -184,15 +184,6 @@ % Proper differential operators \newcommand{\diff}[1]{\ensuremath{\operatorname{d}\!{#1}}} -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Ordinals -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\newcommand {\st}{\textsuperscript{\textup{st}}\xspace} -\newcommand {\rd}{\textsuperscript{\textup{rd}}\xspace} -\newcommand {\nd}{\textsuperscript{\textup{nd}}\xspace} -\renewcommand{\th}{\textsuperscript{\textup{th}}\xspace} - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Penalties %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%