← Back to list

How Do You Mention the Corresponding Author and ORCID Icon in LNCS LaTeX Format?

If you’re preparing a paper for a Springer Lecture Notes in Computer Science (LNCS) conference or workshop, you might have wondered:

Dr. Soumen Atta, Ph.D. · 2025-10-15 05:31 · 0 claps · 2.4 min read paywalled
#latex #springer #academic-writing #research-tips #lnc
Open on Medium ↗
Wiki topics: LIT · Literature & Writing 💻 · Programming 🔬 · Science · General

How Do You Mention the Corresponding Author and ORCID Icon in LNCS LaTeX Format?

If you’re preparing a paper for a Springer Lecture Notes in Computer Science (LNCS) conference or workshop, you might have wondered:

“Should I mention the corresponding author if there’s only one author in my paper?”

This is a small but common source of confusion among researchers who are typesetting their papers using the llncs document class in LaTeX.

Understanding the LNCS Author Format

The LNCS class is typically used like this:

\documentclass[runningheads]{llncs}
\begin{document}
\title{Your Paper Title}
\author{First Author\orcidID{0000–0001–2345–6789}}
\institute{University A, City, Country, \\
\email{first.author@univ-a.edu}}
\maketitle

Notice that the author’s name, affiliation, and email are already properly linked. Springer’s LNCS template automatically handles how these details appear in the published version.

Single Author Case: No Extra Label Needed

If your paper has only one author, you do not need to add “Corresponding author” anywhere. Springer assumes that when there is a single author, that person is naturally the corresponding author.

So, this is perfectly correct:

\author{First Author\orcidID{0000–0001–2345–6789}}
\institute{University A, City, Country,
\email{first.author@univ-a.edu}}

No footnotes, no extra markers — just your name and email.

Multiple Authors Case: How to Mark a Corresponding Author

When you have more than one author, you can mark the corresponding author using a footnote, following Springer’s style.

Example:

\author{First Author\inst{1}\orcidID{0000–0001–2345–6789} \and
Second Author\inst{2}\thanks{Corresponding author.}\orcidID{0000–0002–3456–7890}}
\institute{University A, City, Country \and
University B, City, Country\\
\email{first.author@univ-a.edu, second.author@univ-b.edu}}

This way, the Second Author is identified as the corresponding author.

Why This Matters

Including the correct author metadata helps:

  • Ensure proper contact details in Springer’s digital libraries.
  • Support indexing systems like Scopus and Web of Science.
  • Avoid confusion during the review process or camera-ready submission.

Keeping your metadata tidy is a small step toward a professionally formatted submission — and it reflects well on your research presentation.

✨ In Summary

Pro Tip

If you want to include the ORCID icon correctly with LNCS, add this to your preamble:

\usepackage{orcidlink}
\renewcommand{\orcidID}[1]{\orcidlink{#1}}

Then your ORCID IDs will appear as clickable green icons in the final PDF.

Final Thoughts

When preparing Springer LNCS papers, simplicity is key. If you’re the only author, just write your name, affiliation, and email. Springer will automatically understand that you are the corresponding author.

So save yourself the extra footnote — your \email{} field already does the job perfectly.

[embed]Dr. Soumen Atta, Ph.D. - Medium Read writing from Dr. Soumen Atta, Ph.D. on Medium. I am a Postdoctoral Researcher at the Faculty of IT, University of…soumenatta.medium.com

[embed]How to Create Professional Scientific Presentations Using LaTeX Beamer When it comes to presenting scientific or academic work, clarity and professionalism are key. PowerPoint may be the…soumenatta.medium.com

[embed]🎤 Creating Presentations using Reveal.js in VS Code Presentations are an essential way to share knowledge, ideas, and research findings. Reveal.js is a powerful, flexible…soumenatta.medium.com

[embed]📢 Creating Presentations in VS Code using Marp Markdown is a powerful and lightweight markup language widely used for documentation, blogging, and presentations. Marp…soumenatta.medium.com

[embed]How to install Zotero on Ubuntu 22.04 LTS system Zotero is a free, open-source reference management tool designed to help researchers, students, and professionals…soumenatta.medium.com

[embed]Agentic AI vs Generative AI: What Is the Difference? Artificial intelligence is moving very fast. In the last few years, many people have become familiar with Generative AI…soumenatta.medium.com


메타데이터
post_id
e15e26bc19b4
slug
how-do-you-mention-the-corresponding-author-and-orcid-icon-in-lncs-latex-format-e15e26bc19b4
url
https://medium.com/@soumenatta/how-do-you-mention-the-corresponding-author-and-orcid-icon-in-lncs-latex-format-e15e26bc19b4
canonical_url
https://medium.com/@soumenatta/how-do-you-mention-the-corresponding-author-and-orcid-icon-in-lncs-latex-format-e15e26bc19b4
author_url
https://medium.com/@soumenatta
status
ok
fetched_at
2026-09-03 20:06:41