General ⇒ Corresponding author envelope sign
Corresponding author envelope sign
- Attachments
-
- corresponding-author.jpg (43.14 KiB) Viewed 48522 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Corresponding author envelope sign
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
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
- 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
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Corresponding author envelope sign
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
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.