Hi,
In a document I am using \maketitle command. I have two different author-names in the title. I want to use superscripts 1 and 2 for each of the authors, and give their affiliation right below their names.
eg.
Title of the paper
ABC^{1}, XYZ^{2}
1. affiliated with institute PQR
2. affiliated with institute SPT.
Abstract
blah blah blah...................................
................................................
.........................................
I guess superscripts are not allowed in title. Is there any way I can do this?
Thank you,
Omkar
General ⇒ superscripts
NEW: TikZ book now 40% off at Amazon.com for a short time.

superscripts
Hi, Omkar,
You can't use "^" for superscript in textual environments (only in math mode). Try this:
You can't use "^" for superscript in textual environments (only in math mode). Try this:
Code: Select all
ABC\textsuperscript{1}, XYZ\textsuperscript{2}