提问于:
浏览数:
7994
手稿指导:https://www.springer.com/journal/10951/submission-guidelines?IFA#Instructions for Authors_Manuscript Submission
在指导里下载出来的模板是:
```tex
\RequirePackage{fix-cm}
\documentclass[twocolumn]{svjour3} % twocolumn
%
\smartqed % flush right qed marks, e.g. at end of proof
\begin{document}
\title{Insert your title here
}
\subtitle{Do you have a subtitle?\\ If so, write it here}
\author{First Author \and
Second Author %etc.
}
\institute{F. Author \at
first address \\
Tel.: +123-45-678910\\
Fax: +123-45-678910\\
\email{fauthor@example.com} % \\
% \emph{Present address:} of F. Author % if needed
\and
S. Author \at
second address
}
\date{Received: date / Accepted: date}
% The correct dates will be entered by the editor
\maketitle
\end{document}
```
编译后这风格出来的是:
![](https://pics.latexstudio.net/data/images/201911/7482fc579372f76.png)
但是我看期刊正式发布的是这个风格:
![](https://pics.latexstudio.net/data/images/201911/580fdc6f4e86c09.png)
存在一个疑问:我该以哪个风格呢,
1按照指导里的只能列一个邮箱,\email用了多个编译报错,不知道是不是我用法不对
2如果按照出版期刊的话,我写的代码,有些格式不太对:
```tex
\RequirePackage{fix-cm}
\documentclass[twocolumn]{svjour3} % twocolumn
\usepackage[misc]{ifsym}
%
\smartqed % flush right qed marks, e.g. at end of proof
\begin{document}
\title{Insert your title here
}
\subtitle{Do you have a subtitle?\\ If so, write it here}
\author{A\textsuperscript{1} \and
B\textsuperscript{1} \and
C\textsuperscript{2} \and
D\textsuperscript{1} \and
E\textsuperscript{1} %etc.
}
\institute{
\textsuperscript{1}
address1 \\
\and
\textsuperscript{2}
address2 \\
%Tel.: +123-45-678910\\
% Fax: +123-45-678910\\
\Letter email auther \\
email \\
A \\
Aemail\\
B\\
Bemail\\
C \\
Cemail \\
}
\date{Received: date / Accepted: date}
% The correct dates will be entered by the editor
\maketitle
\end{document}
% end of file template.tex
```
出来的风格:
![](https://pics.latexstudio.net/data/images/201911/a2b128e4ac4af93.png)
我用风格1该怎么写多个邮箱呢,如果风格2的话怎么控制样式更贴合呢
1 回答
3
仅仅从投稿角度来谈吧。
实际上很多期刊都要求刊行模板和投稿模板长得不一样。
用户的稿件被期刊接收后,期刊会再排版。
你在投稿之前看作者手册的做法让我很欣赏,但请多关注内容,不要太在意手动更改格式。
我投稿 springer 家期刊时就拿标准文档类来写,后来也顺利被接收了。
-
回复 undefined :好的,谢谢 – dpcdpf 2019-11-18 15:04 回复
-
回复 undefined :正常来讲投稿的时候只留一个通讯作者邮箱就够了,正式刊登时,编辑如果询问了其他作者邮箱,那么你就给全部邮箱,如果编辑没问,就算了 – 啸行 2019-11-15 16:21 回复
-
谢谢谢谢,之前手机上回复的评论好像不见了。。。。。,那个我按照期刊指导的那个没办法多个邮箱,所以要自己采用其他的格式手动改嘛 – dpcdpf 2019-11-15 15:23 回复
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。