General ⇒ Corresponding author envelope sign
Corresponding author envelope sign
As per the rule of my Springer Journal, the corresponding author is identified by a envelope sign within bracket just after the name of the author. Please help me to give the envelope sign within bracket.
- Attachments
-
- corresponding-author.jpg (43.14 KiB) Viewed 48525 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

Corresponding author envelope sign
Why not simply define a new command which inserts a graphic file inside the brackets beside the author name? BTW, how do you insert authors' names? Any automated process or manually, by typing them? Which document class? Do you use a template/class created for Springer publications? A Minimal Working Example (MWE) would be useful here.
Here's an example (envelope drawing in the attachment):
Here's an example (envelope drawing in the attachment):
Code: Select all
\documentclass{article}
\usepackage{graphicx}
\newcommand{\mygraphic}[1]{\includegraphics[height=#1]{drawing}}
\newcommand{\myenv}{(\raisebox{0pt}{\mygraphic{.6em}})}
\newcommand{\myauthor}[1]{#1~\myenv}
\begin{document}
\myauthor{Author One}
\end{document}
- Attachments
-
- drawing.pdf
- (1.01 KiB) Downloaded 2602 times
Corresponding author envelope sign
The marvosym and ifsym packages each provide a command:
which produces an envelope that looks like that. Is that what you need?
More than likely, however, if this is a requirement for using their document class, the documentation they circulate with it should tell you how to do it. Where can one find this documentation?
Code: Select all
\Letter
More than likely, however, if this is a requirement for using their document class, the documentation they circulate with it should tell you how to do it. Where can one find this documentation?
Re: Corresponding author envelope sign
Not get the result. Please help me again.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Corresponding author envelope sign
What a trivial answer. It seems that you still haven't learned how to describe a problem clearly. Please be precise in your problem description. Build a minimal working example (MWE) that reproduces the undesired behaviour and add the log file if necessary. Otherwise specific help will be impossible. So its in your own interest that you are clear and precise.pallav wrote:Not get the result.[…]
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Corresponding author envelope sign
Done.
The code I have used is as follows
and used
The code I have used is as follows
Code: Select all
\usepackage[misc,geometry]{ifsym}
Code: Select all
\Letter after the name of the corresponding author
-
- Posts: 1
- Joined: Sat Nov 26, 2016 2:57 pm
Corresponding author envelope sign
I search for these information for the whole day. Springer template is really annoying. It does not provide any useful tutorial on its website.
Corresponding author envelope sign
Thanks for @pallavLin Xue-lei wrote:Springer template is really annoying. It does not provide any useful tutorial on its website.