Text Formatting ⇒ How to have superscript ordinal numerals?
How to have superscript ordinal numerals?
Is there a command to do it in the entire text?
I am using TexLive (XeTex) with Lyx.
Cheers
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
How to have superscript ordinal numerals?
Code: Select all
1\textsuperscript{st}
Re: How to have superscript ordinal numerals?

I am using Lyx and what I did was to put the userpackage in the latex preamble of the document \userpackage[normal]{engord}, then at the beginning of the document \engordraisetrue, but nothing happened.
I also tried putting the cmmand \engordnumber{1} but nothing. What should I do?
There are so many ordinals in my text and doing them one by one would be really time consuming
-
- Posts: 1
- Joined: Thu Sep 24, 2009 3:59 am
Re: How to have superscript ordinal numerals?
Re: How to have superscript ordinal numerals?
Cheers