分享一个Springer模板关于论文作者和单位信息的修改范例,以及Applied Intelligence期刊latex模板的下载链接

在这篇文章中,我写一些关于解决springer期刊提供的LaTex模板参考文献格式为作者+年份时的顺序问题以及如何在正文中将参考文献格式引用成[1]这种数字格式类似的经验,该篇帖子里还分享了一个大佬关于springer模板完整的修改流程,有需要的伙伴可以参考。

写文章-CSDN创作中心https://mp.csdn.net/mp_blog/creation/editor/139308640

今天继续Springer期刊模板,给大家简单分享一下,如何修改作者和单位信息:

我们以一个二区Applied Intelligence为例,从官网下载他的latex模板,为了方便有些准备投稿到Applied Intelligence期刊,我直接把他的模板链接放在这Download the journal article template package (December 2023 version) | Publish your research | Springer Nature其实不止Applied Intelligence,大部分Springer下的期刊模板都差不多,有些不同的期刊可能只在参考文献引用风格那里不同罢了。

将下载下来的模板压缩包上传到overleaf,能看到默认的使用sn-article.tex主文件,

此时整篇文档显示的是单栏的,那么,如果有的伙伴需要的模板是双栏的,就要进行以下操作;

注释掉原本34行的内容\documentclass[sn-mathphys-num]{sn-jnl},打开33行的内容\documentclass[sn-basic]{sn-jnl},同时将33行的内容由原本的改为\documentclass[pdflatex,sn-basic,iicol]{sn-jnl},这样就可以正常显示双栏了

再看一下作者信息这里,未修改之前是这样的:

我以我自己的为例,加入我Aa是一作,我的邮箱a@163.com,我和我的导师Bb在同一个单位,我的导师要通讯b@163.com和二作,我的小导师Cc是三作,邮箱c@163.com,这种情况下可以做如下修改:

原本模板的内容:

\author*[1,2]{\fnm{First} \sur{Author}}\email{iauthor@gmail.com}

\author[2,3]{\fnm{Second} \sur{Author}}\email{iiauthor@gmail.com}

\equalcont{These authors contributed equally to this work.}

\author[1,2]{\fnm{Third} \sur{Author}}\email{iiiauthor@gmail.com}

\equalcont{These authors contributed equally to this work.}

\affil*[1]{\orgdiv{Department}, \orgname{Organization}, \orgaddress{\street{Street}, \city{City}, \postcode{100190}, \state{State}, \country{Country}}}

\affil[2]{\orgdiv{Department}, \orgname{Organization}, \orgaddress{\street{Street}, \city{City}, \postcode{10587}, \state{State}, \country{Country}}}

\affil[3]{\orgdiv{Department}, \orgname{Organization}, \orgaddress{\street{Street}, \city{City}, \postcode{610101}, \state{State}, \country{Country}}}

对应着修改为以下内容:(注意,单位那里根据你的实际情况改写就好)

\author[1]{\fnm{a} \sur{A}}\email{a@163.com}

\author*[1]{\fnm{b} \sur{B}}\email{b@163.com}

\author[2]{\fnm{c} \sur{C}}\email{c@163.com}

\affil*[1]{\orgdiv{Department}, \orgname{Organization}, \orgaddress{\street{Street}, \city{City}, \postcode{100190}, \state{State}, \country{Country}}}

\affil[2]{\orgdiv{Department}, \orgname{Organization}, \orgaddress{\street{Street}, \city{City}, \postcode{10587}, \state{State}, \country{Country}}}

最后显示结果如下:

好啦,上面就是一个修改作者信息的小范例,关于参考文献等其他细节的修改推荐大家去看文章开头我给出的那篇经验贴,里面引用的大佬的修改教程也比较详细。

相关推荐
省四收割者10 小时前
GitHub Action工作流语法
笔记·github
d111111111d10 小时前
STM32外设学习--TIM定时器--编码器接口(程序)
笔记·stm32·嵌入式硬件·学习
Anesthesia丶10 小时前
UV工具学习笔记
笔记·学习·uv
我的golang之路果然有问题11 小时前
mac M系列芯片 unity 安装会遇到的错误以及解决
经验分享·学习·macos·unity·游戏引擎
x_lrong11 小时前
Linux虚拟机配置jupyter环境并在宿主机访问
linux·运维·笔记·jupyter·虚拟机
蒙奇D索大11 小时前
【11408学习记录】考研数学核心考点精讲:二维随机变量(离散与连续)全面解析
笔记·学习·考研·概率论·改行学it
爱奥尼欧11 小时前
【Linux笔记】网络部分——数据链路层mac-arp
linux·网络·笔记
清风wxy11 小时前
Duilib_CEF桌面软件实战之Duilib编译与第一个界面程序
c++·笔记·ui·mfc
AI科技星12 小时前
张祥前统一场论动量公式P=m(C-V)误解解答
开发语言·数据结构·人工智能·经验分享·python·线性代数·算法
nenchoumi311912 小时前
ROS2 Humble 笔记(七)标准与自定义 Interface 接口
笔记·机器人·ros2