[Tex/LaTex] Typeset an author without affiliation with authblk

authblktitles

I'm currently using authblk to typeset authors and corresponding affiliation(s) in a proceeding article, one of the authors has no affiliation.

Commands are the following:

\author[*]{Name1}
\author[**]{Name2}
\author{Name3}

\affil[*]{Dept #1}
\affil[**]{Dept #1}

However, the package does not recognize that Name3 has no affiliation, and it's typeset like it's affiliated with Dept #1.

How should I modify the autlblk package to overcome this?

Best Answer

Just put a single space as the marker for author 3 (you need the space, not just []).

\author[ ]{Name3}