Springer上传手稿记录
以signal,image and video proecessing为例
该期刊为SCI4区,接收信号图像视频处理相关文章,期刊主编的专业是深度神经网络研究。
上传手稿或图片时提示上传失败
投稿网站用校园网能打开,但在上传zip文件时可能会因超时而无法上传,可以使用加速器帮助上传,另zip中应包含.eps、.tex、.cls、.bib以及.bst五类文件且不能包含子文件夹
无法编译成pdf
在上传手稿Review审查阶段,会提示上传的zip文件是否可以编译成pdf,如果失败,下拉可以看到错误提示,相关的警告也尽量消除。
错误1:出现Unknown theoremstyle
相关错误
在tex文件中将原本的宏包引用
\documentclass[sn-mathphys-num,iicol]{sn-jnl}
....other package
\usepackage{amsthm}%
更换为
\RequirePackage{amsthm}
\documentclass[sn-mathphys-num,iicol]{sn-jnl}
....other package
具体原因细节点击此处
错误2:command Illegal
Capacity: max_strings=200000, hash_size=200000, hash_prime=170003 The top-level auxiliary file: output.aux I couldn’t open style file sn-mathphys-num.bst —line 3 of file output.aux :
\bibstyle{sn-mathphys-num : } I’m skipping whatever remains of this
command Illegal, another \bibstyle command—line 95 of file
output.aux : \bibstyle : {sn-basic} I’m skipping whatever remains of
this command I found no style file—while reading file output.aux
You’ve used 35 entries,
出现该错误后我尝试在自己的texstudio上编译pdf,在编译参考文献时会出现以下错误,但参考文献能正确显示。
开始 : bibtex.exe "atricle"
This is BibTeX, Version 0.99d (TeX Live 2024)
The top-level auxiliary file: atricle.aux
The style file: sn-mathphys-num.bst
Illegal, another \bibstyle command---line 84 of file atricle.aux
: \bibstyle
: {sn-basic}
I'm skipping whatever remains of this command
Database file #1: reference.bib
原因:重复调用{sn-article},删除tex文件里的 \bibliographystyle{sn-article}
即可
错误3:command I found no style file
Capacity: max_strings=200000, hash_size=200000, hash_prime=170003 The top-level auxiliary file: output.aux I couldn’t open style file sn-mathphys-num.bst —line 3 of file output.aux :
\bibstyle{sn-mathphys-num : } I’m skipping whatever remains of this
command I found no style file—while reading file output.aux You’ve
used 35 entries, 0 wiz_defined-function locations, 120 strings with
682 characters, and the built_in function-call counts, 0 in all,
原因:没有上传sn-mathphys-num.bst文件
所有引用的文件要和.tex文件放在同级目录下,上传的zip文件不能有子文件夹
通用问题
问题1:排版由单栏改双栏
由于期刊官网给的是springer的通用单栏模板,但SIVP文章通常是双栏,修改documentclass参数,加入iicol后重新编译就可以看到自动排版为双栏的论文。(一开始投稿最好使用双栏,就算单栏也没关系,后期accept后出版前还会修改为期刊的排版)
\documentclass[sn-mathphys-num]{sn-jnl}
修改为
\documentclass[sn-mathphys-num,iicol]{sn-jnl}
问题2:图表放置
花括号中的figure*用于双栏文档,figure用于单栏文档(如果图片很大在双栏文档中就需要使用figure)
中括号内的参数ht表示优先放置在此处(here)或此页的上方(top)
\begin{figure*}[ht]
\centering
\includegraphics[width=0.9\textwidth]{figure1.eps}
\caption{图片标题}\label{fig1}
\end{figure*}
更详细的放置请参考此篇博文(点击蓝色字体跳转),博主写的非常详细
审阅进度
6.25提交手稿,当天完成技术审查
6.26找编辑和同行评审并送给编辑审查
7.1送同行评审(两人)
7.8第一份返修意见
7.13返修稿送回
7.17送第二位审稿人评审
8.13无评审意见要求缩短页数
8.26返修稿送回(添加参数\geometry{a4paper, top=2.5cm, bottom=2.5cm}修改上下页边距)
8.28通过技术审查并再次邀请审稿人
10.6第二份返修意见
10.15返修稿送回
10.22两人接受审稿
11.26第三份返修意见(仍然是第二位审稿人意见)
12.3返修稿送回
12.6四人接受审稿
12.9第四份返修意见
12.26返修稿送回
12.29六人接受审稿
25.1.7编辑收到审稿人意见但未返回
25.1.11录用通知
25.1.25出版校稿
终于!!!可以结束了TT,整整六个月,比预想的时间长,返回的意见都是好处理的,最多就是加个对比实验,也算是顺利,希望大家都能顺利发表小论文!