If I want to use abbreviations for second, third and so on in my LaTeX documents, I am currently doing this: 2$^{nd}$ which seems unsatisfactory. Is there a macro I'm missing? I'm sure I could define one myself, and it would be fairly easy. But this looks like something that should already have been covered...
|
|
||||
|
|
|
You should not use math, when it is normal text. Use
Then you could use Edit:
|
|||||||||||
|
|
I guess the quickest and easiest solution is to simply write "2nd", "3rd", etc. Superscripts aren't really necessary. |
|||||||||||||||||||||
|
|
An alternative to In this case the command is
But there are some advantages over
A third package, On the other hand, for enumerated lists you can use the
|
|||||
|
|
If you are using ConTeXt MkIV, you can even imitate the automatic conversion of MS Word:
\usemodule[translate]
\translateinput[2nd][2\high{nd}]
\enableinputtranslation
\starttext
On the 2nd of November \unknown
\stoptext
This will translate all |
|||||||||||
|
|
If you're after speed when writing, this solution seems to be the quickest to type
The
|
|||||||
|

