latex怎么设置作者及单位样式,期刊作者指导里和出版不一样,投稿样板里怎么设置多个邮箱

2019-11-15 11:47发布

手稿指导:https://www.springer.com/journal/10951/submission-guidelines?IFA#Instructions for Authors_Manus...

手稿指导: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条回答
仅仅从投稿角度来谈吧。 实际上很多期刊都要求刊行模板和投稿模板长得不一样。 用户的稿件被期刊接收后,期刊会再排版。 你在投稿之前看作者手册的做法让我很欣赏,但请多关注内容,不要太在意手动更改格式。 我投稿 springer 家期刊时就拿标准文档类来写,后来也顺利被接收了。

一周热门 更多>