General ⇒ superscripts
superscripts
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
superscripts
You can't use "^" for superscript in textual environments (only in math mode). Try this:
Code: Select all
ABC\textsuperscript{1}, XYZ\textsuperscript{2}