Change \tup command to \up

This commit is contained in:
2019-12-01 22:09:28 +01:00
parent e8746517cf
commit fea7ff3efd
2 changed files with 5 additions and 5 deletions

View File

@@ -91,7 +91,7 @@
%% textsuperscript and textsubscript
%%
\NewDocumentCommand \tup { g } {
\NewDocumentCommand \up { g } {
\textsuperscript{#1}
}