GeneralAuthor name and affiliation

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Rajesh Shetty
Posts: 1
Joined: Thu Jun 05, 2014 5:09 pm

Author name and affiliation

Post by Rajesh Shetty »

Code: Select all

    \documentclass[authoryear]{elsarticle}
    \begin{document}
    \begin{frontmatter}
    \title{A Very Clever Paper Title}

    \author[add1]{Author1}
    \ead{email1@domain.ca}
    \author[add2, add3]{Author2\corref{cor1}}
    \ead{email2@domain.ca}
    \author[add2, add3]{Author3\corref{cor1}}
    \ead{email3@domain.ca}

    \cortext[cor1]{Please address correspondence to Author2 or Author3}
    \address[add1]{Department of Redundancy Department}
    \address[add2]{Centre for Study of Things}
    \address[add3]{Department of Interests}
In the above authors list how to merge affiliations of Author2 and Author3, if they are same... (neglect the descriptions regarding corresponding author in the above)
Last edited by Stefan Kottwitz on Sat Jun 07, 2014 3:18 pm, edited 1 time in total.

Recommended reading 2024:

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

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Author name and affiliation

Post by kaiserkarl13 »

Get rid of the spaces and I think it will do what you're expecting. That is, \author[add2,add3], not \author[add2, add3]
Post Reply