New MembersAsterisk on wrong author

You would like to introduce yourself before starting to post? That's a nice idea and here is the forum for you...
Post Reply
Montaut
Posts: 1
Joined: Mon Aug 15, 2016 8:48 pm

Asterisk on wrong author

Post by Montaut »

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.
Attachments
Sample.tex
(289 Bytes) Downloaded 436 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10323
Joined: Mon Mar 10, 2008 9:44 pm

Asterisk on wrong author

Post by Stefan Kottwitz »

Hi Montaut,

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}
Stefan
LaTeX.org admin
Post Reply