Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copernicus Publications Correspondence Line Bugfix #565

Closed
colinasmith opened this issue Apr 4, 2024 · 0 comments
Closed

Copernicus Publications Correspondence Line Bugfix #565

colinasmith opened this issue Apr 4, 2024 · 0 comments

Comments

@colinasmith
Copy link

colinasmith commented Apr 4, 2024

Version 7.8 of the Copernicus Publications LaTeX Package has a template showing that the corresponding author email should be indicated with an extra set of square brackets as follows:

% \Author[affil]{given_name}{surname}

\Author[][EMAIL]{}{} %% correspondence author
\Author[]{}{}
\Author[]{}{}

Without that extra brackets, the "Correspondence: Author Name (Author Email)" line doesn't get added to the title page as shown in the attached Test_Incorrect.pdf file, which was generated using the rticles Copernicus template unmodified. A Copernicus journal just rejected my first file submission because that was absent. The following line needs to be modified:

\Author[$author.affiliation$]{$author.given_name$}{$author.surname$}

It should instead be:

\Author[$author.affiliation$]$if(author.corresponding)$[$author.email$]$endif${$author.given_name$}{$author.surname$}

Once that change is made, the Correspondence line gets correctly added to the PDF as shown in the attached Test_Correct.pdf file.

While you're at it, it might make sense to update the files here with the latest version of the Copernicus Publications LaTeX Package.

RLumSK added a commit to RLumSK/rticles that referenced this issue Apr 4, 2024
@cderv cderv closed this as completed in 176b4b9 Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant