Hello,
I've seen in a MS Office document, the (I suppose it's) abbreviation for Doña, written as a D followed by a superscripted (and possibly underlined) a, like so: Dª.
What would be the LaTeX equivalent for this abbreviation?
Many thanks,
Vladimir Ghetau
Fonts & Character Sets ⇒ Spanish abbreviation for Doña (the superscripted a)
Spanish abbreviation for Doña (the superscripted a)
Last edited by User1802 on Thu Jun 16, 2011 5:57 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.
Spanish abbreviation for Doña (the superscripted a)
Ok,
I sorted out the solution. It is this:
Vladimir
I sorted out the solution. It is this:
Code: Select all
D\textsuperscript{\underline{a}}
Vladimir