How do i use superscript without using math mode?
I want to write 2 m^{2} (2 squaremeters).
When i use the command m^{2} I get the following error: "Command \ae invalid in mode"
I'm writing my thesis in danish, and have a lot of danish references. Writing the danish letter Æ is only possible using the \ae command in citations.
\documentclass[.....]{memoir}
\begin{document}
\end{document}
\textsuperscript– Jun 02 '15 at 09:11siunitxto get the proper spacing, 2 m^2 (in text mode) will not have the proper spacing between the value and the unit. – daleif Jun 02 '15 at 09:21