What is the best (most accepted) way to typeset something like $5$ per (angular, not temperature) degree (in $\LaTeX$)?
I came up with the following options (using ^\circ for the $^\circ$ symbol):
- $5 \frac{1}{^\circ}$
- $5/^\circ$ (eventually with a $1$ before the '$/$'.)
- $5{}^{\circ ^{-1}}$ (my favorite so far)
- $5{}^\circ{}^{-1}$
- $5^{/\circ}$ (Thanks to Michael Hardy)
and the code to produce that output:
5 \frac{1}{^\circ}5/^\circ5{}^{\circ ^{-1}}5{}^\circ{}^{-1}5^{/\circ}(no^before\circ)
Note that I'm not asking this on the Latex forum, because the problem is that I don't know what it should look like. After that, formatting shouldn't be a problem.
PS: What is an appropriate tag for this question?