Fixed \textsubscript inserting whitespace before the subscript

This commit is contained in:
Lukas Pietzschmann
2022-12-17 10:22:00 +01:00
parent 526af7b04e
commit d9f4a20fe2

View File

@@ -105,7 +105,7 @@
}
\renewcommand{\textsubscript}[1]{
\renewcommand{\textsubscript}[1]{%
\scalebox{0.7}{#1}
}