Dear fellow latex users
I am having the most basic of problems with latex. I can't seem to figure out how to remove the asterisk from the last author's name. In turn I need the asterisk on the first author's name. I have attached the latex snippet just so that you have a visual on the problem.
Please help.
New Members ⇒ Asterisk on wrong author
Asterisk on wrong author
- Attachments
-
- Sample.tex
- (289 Bytes) Downloaded 436 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10323
- Joined: Mon Mar 10, 2008 9:44 pm
Asterisk on wrong author
Hi Montaut,
welcome to the forum!
Call
Stefan
welcome to the forum!
Call
\author
for each author, and use \email
right after the author that should get it.Code: Select all
\author{First author}
\email[]{author@mail.com}
\author{Second author}
\author{Last author}
LaTeX.org admin