Springer LaTeX投稿模板说明 LATEX: LLNCS v2.4

How to proceed

下载的压缩包包含如下文件:

Files in package 说明
history.txt the version history of the package
llncs.cls class file for LATEX
llncs.dem an example showing how to code the text
llncs.doc general instructions (source of this document), llncs.doc means latex documentation for Lecture Notes in Computer Science
llncsdoc.pdf the documentation of the class (PDF version)
llncs.doc general instructions (source of this document)
llncsdoc.sty class modifications to help for the instructions
llncs.ind an external (faked) author index file
subjidx.ind subject index demo from the Springer book package
llncs.dvi the resultig DVI file (remember to use binary transfer!)
sprmindx.sty supplementary style file for MakeIndex (usage: makeindex -s sprmindx.sty <yourfile.idx> )
Invoke LLNCS class

LLNCS 只是标准 LATEX “article” class 的拓展版本,所以在文章中可以使用所有 “article” 的语法。如果要使用 LLNCS class,则使用如下形式:

\documentclass{llncs}
%
\begin{document}
<Your contribution>
\end{document}
文章已经用 LATEX 写好而未使用 LLNCS 格式的情况

请不要使用任何会影响文档布局或格式的 LATEX 或 TEX命令(即像 \textheight\vspace , \headsep , etc)。然而,有可能会有例外的情况下,可以使用一些。

公式输入

公式会以您文章出现的顺序在右手边使用阿拉伯数字自动编号。当你的工作在数学模式时,都是用斜体字排版。有时候你需要插入非数学元素(例如单词或短语)。这种插入的代码应该使用 roman(即 \mbox )如下例所示:

\begin{equation} 
\left(\frac{a^{2} + b^{2}}{c^{3}} \right) = 1 \quad
\mbox{ if } c\neq 0 \mbox{ and if } a,b,c\in \bbbr \enspace .
\end{equation}

输出示例:

如果你想在一个显示公式后立即开始新的段落,插入一个空白行,以产生所需的缩进。如果不插入一个空白行或代码 \noindent 会立即继续之前的文本而没有没有新的段落。

displayed 公式也使用相同的方式处理,其他普通文本则在结束本句前使用\enspace 。

注意括号的尺寸或其他分隔符必须保证是闭合的,使用下面命令可以保证:

\left( 或者 \left[ 和 \right) 或者 \right].
斜体和 Roman 体
  1. 在公式中,一般使用斜体,但下标应使用 Roman 体而不是斜体。
  2. 确保一些物理标记使用 \mathrm 命令,如 Hz: \mathrm{Hz} 。还有一些常用的数学函数,如 log,sin,exp,max和sup应该使用: \log , \sin , \exp, \max 和 \sup 。
  3. 化学式应该使用 Roman 体,如: H2O。
  4. 熟悉的单词或句子不应使用斜体,如: et al., a priori, in situ, bremsstrahlung, eigenvalues。

How to Edit Input (Source) File

Headings

标题中的所有单词应该都大写,除了连词、介词 (例如 on, of, by, and, or, but, from, with, without, under) 还有定冠词和不定冠词 (the, a, an) 除非他们出现在开头,否则均小写。公式的字母必须在文本内排版。

大写和不大写
  1. 下面情况均需大写:
    1. Headings。
    2. 文章中的缩写和表达式,如: Fig(s)., Table(s), Sect(s)., Chap(s)., Theorem, Corollary, Definition etc. 跟数字一起使用时,如: Fig.3, Table 1, Theorem 2。
  2. 下面情况不能大写:
    1. 在文章中,当 figure(s), table(s), equation(s), theorem(s) 等词没有与编号一起使用时。
    2. 图表图例和表格标题,除非是缩写。
词的缩写
  1. 下列词除非是出现在句子开头,否则在文章中应该使用缩写: Chap., Sect., Fig.。例如: The results are depicted in Fig.5. Figure 9 reveals that ….

    注: 公式一般使用括号跟数字代替,但出现在句子开头时需使用 “Equation”。 例如:Equation (14) is very important. However, (15) makes it clear that ….

  2. 如果文章中有出现全局的缩写,应该在第一次出现的时候标明,如: Plurisubharmonic (PSH) Functions, Strong Optimization (SOPT) Problem.

文章的开头

文章的标题(必须的)使用如下形式:

\title{<Your contribution title>}

标题中所有单词应大写,除了连词、介词和不出现在开头的定冠词和不定冠词。标题没有结束标点。

如果是很长的标题,使用 \\ 另起一行。

If you are to produce running heads for a specific volume the standard (of no such running heads) is overwritten with the [runningheads] option in the \documentclass line. For long titles that do not fit in the single line of the running head a warning is generated. You can specify an abbreviated title for the running head on odd pages with the command:

\titlerunning{<Your abbreviated contribution title>}

There is also a possibility to change the text of the title that goes into the table of contents (that’s for volume editors only – there is no table of contents for a single contribution). For this use the command:

\toctitle{<Your changed title for the table of contents>}

副标题使用:

\subtitle{<subtitle of your contribution>}

作者使用:

\author{<author(s) name(s)>}

为每个作者或地址指定标号时,使用:

\inst{<no>}

超过一位作者的话,可以使用 \and 分隔。例如:

\author{Ivar Ekeland\inst{1} \and Roger Temam\inst{2}}

下面就是地址(学校,公司)了,多于一个地址,使用 \and 命令会自动编号,请确保跟作者顺序对应。

\institute{<name of an institute>
\and <name of the next institute>
\and <name of the next institute>}

在 \institute 内使用 \email{<email address>} 可以提供email地址。如果在文章的任何地方需要注脚,请使用(immediately after the word where the footnote indicator should be placed):

\thanks{<text>}

\thanks 仅能出现在 \title , \author and \institute 中. 如果有两个或更多的脚注使用 \fnmsep (i.e. footnote mark separator) 分隔.

\maketitle

然后 heading 就结束了,到这一步为止,还不会产生任何文本。

接下来就是摘要:

\begin{abstract}
<Text of the summary of your article>
\end{abstract}
``` 

### How to Code Your Text ###

用以下代码的话,标题会自动编号:

```cpp
\section{This is a First-Order Title} 
\subsection{This is a Second-Order Title} 
\subsubsection{This is a Third-Order Title.} 
\paragraph{This is a Fourth-Order Title.}

\section and \subsection 没有 end punctuation。 \subsubsection and\paragraph 需要在末尾 punctuate。

另外,theorem-like environments 会自动编号,如果要使用计数器,只需指定envcountsame :

\documentclass[envcountsame]{llncs}

例如 \begin{lema} ,第一次调用时会编号为1,再次调用编号为2,以此类推。如果需要每个 section 都重新计数,则指定为 envcountreset :

\documentclass[envcountreset]{llncs}

预定义的 Theorem-like Environments

下面的标题随你选择:

  1. 加粗并带斜体文本的 run-in 标题:

    \begin{corollary} <text> \end{corollary} 
    \begin{lemma} <text> \end{lemma} 
    \begin{proposition} <text> \end{proposition} 
    \begin{theorem} <text> \end{theorem}
    
  2. 以下的一般表现为斜体 run-in 标题:

    \begin{proof} <text> \qed \end{proof}
    

这不编号,并且在结束前有一个吸引眼球的 square (即 \qed )。

  1. 更多斜体和加粗体 run-in 标题:
    \begin{definition} <text> \end{definition}
    \begin{example} <text> \end{example} 
    \begin{exercise} <text> \end{exercise} 
    \begin{note} <text> \end{note} 
    \begin{problem} <text> \end{problem} 
    \begin{question} <text> \end{question} 
    \begin{remark} <text> \end{remark} 
    \begin{solution} <text> \end{solution}
    

自定义的 Theorem-like Environments

加强了标准的 \newtheorem 命令,得到两个新的命令 \ spnewtheorem 和\spnewtheorem* ,现在可以使用来定义新的语法。需要两个参数:type style 和 text style。type style 表示所出现的环境,text style 表示新环境的 text style。使用 \ spnewtheorem 的两种方法:

第一种(推荐!)

如果想与其他环境共享计数器,使用

\spnewtheorem{<env_nam>}[<num_like>]{<caption>} {<cap_font>}{<body_font>}

[<num_like>] 指定为想要共享的环境。

例如:

\spnewtheorem{mainth}[theorem]{Main Theorem}{\bfseries}{\itshape} 
\begin{theorem} The early bird gets the worm. \end{theorem} 
\begin{mainth} The early worm gets eaten. \end{mainth}

输出为

Theorem 3. The early bird gets the worm. 
Main Theorem 4. The early worm gets eaten.
第二种
\spnewtheorem{<env_nam>}{<caption>}[<within>]
{<cap_font>}{<body_font>}

上述代码会定义一个名为 <env_name> 的环境,它以 <cap_font> 打印标题<caption> , 它以 <body_font> 打印文本。在每个新 section 指定 <within>时,会重新编号。

例如:

\spnewtheorem{joke}{Joke}[subsection]{\bfseries}{\rmfamily}

defines a new environment called joke which prints the caption Joke in boldface and the text in roman. The jokes are numbered starting from 1 at the beginning of every subsection with the number of the subsection preceding the number of the joke e.g. 7.2.1 for the first joke in subsection 7.2.

Unnumbered Environments

如果想要非编号环境,使用:

\spnewtheorem*{<env_nam>}{<caption>}{<cap_font>}{<body_font>}

程序代码

可以使用 verbatim 环境或者 LATEX 的 verbatim package。

文章示例:

\title{Hamiltonian Mechanics}
\author{Ivar Ekeland\inst{1} \and Roger Temam\inst{2}}
\institute{Princeton University, Princeton NJ 08544, USA
\and 
Universit\’{e} de Paris-Sud, 
Laboratoire d’Analyse Num\’{e}rique, B\^{a}timent 425,\\
F-91405 Orsay Cedex, France}

\maketitle 
% 
\begin{abstract}
This paragraph shall summarize the contents of the paper in short terms. 
\end{abstract} 
%
\section{Fixed-Period Problems: The Sublinear Case} 
% 
With this chapter, the preliminaries are over, and we begin the search for periodic solutions \dots 
% 
\subsection{Autonomous Systems} 
% 
In this section we will consider the case when the Hamiltonian 
$H(x)$ \dots 
% 
\subsubsection*{The General Case: Nontriviality.} 
% 
We assume that $H$ is 
$\left(A_{\infty}, B_{\infty}\right)$-subqua\-dra\-tic 
at infinity, for some constant \dots 
% 
\paragraph{Notes and Comments.} 
The first results on subharmonics were \dots 
% 
\begin{proposition}
Assume $H’(0)=0$ and $ H(0)=0$. Set \dots 
\end{proposition} 
\begin{proof}[of proposition] 
Condition (8) means that, for every $\delta’>\delta$, there is 
some $\varepsilon>0$ such that \dots \qed 
\end{proof} 
% 
\begin{example}[\rmfamily (External forcing)] 
Consider the system \dots 
\end{example} 
\begin{corollary} 
Assume $H$ is $C^{2}$ and 
$\left(a_{\infty}, b_{\infty}\right)$-subquadratic 
at infinity. Let \dots 
\end{corollary} 
\begin{lemma} 
Assume that $H$ is $C^{2}$ on $\bbbr^{2n}\backslash \{0\}$ 
and that $H’’(x)$ is \dots 
\end{lemma} 
\begin{theorem}[(Ghoussoub-Preiss)] 
Let $X$ be a Banach Space and $\Phi:X\to\bbbr$ \dots
\end{theorem} 
\begin{definition} 
We shall say that a $C^{1}$ function $\Phi:X\to\bbbr$ 
satisfies \dots 
\end{definition}

输出示例如下图,或 官网 下载查看

文本优化

文本优化 意义
\, 产生一个小型空格。例如在数字之间
产生一个横杠。前后无空格
产生一个横杠。前后各一空格
- 连字符。前后无空格
$-$ 负号。只在文本中使用

例如

21\,$^{\circ}$C etc., 
Dr h.\,c.\,Rockefellar-Smith \dots 
20,000\,km and Prof.\,Dr Mallory \dots 
1950--1985 \dots 
this -- written on a computer -- is now printed 
$-30$\,K \dots

输出

21◦C etc., Dr h.c.Rockefellar-Smith ... 
20,000km and Prof.Dr Mallory ... 
19501985 ... 
this – written on a computer – is now printed 
−30K ...

特殊字体

普通的字体类型(Roman)不需要代码。斜体 ( {\em <text>} 或\emph{<text>} ),如果需要,黑体用于强调:

特殊字体 意义
{\itshape Text} 斜体文本
{\em <text>} 强调的文本
{\bfseries Text} 重要文本
\vec{Symbol} 向量只能出现在 math mode。如 $\vec{A \times B\cdot C} 得到 A×B ·C

Footnotes

注脚应该被包含在下面代码中:

\footnote{Text}

例如

Text with a footnote\footnote{The footnote is automatically numbered.} and text continues ...

输出

Text with a footnote^4 and text continues ...

Lists

例如

\begin{enumerate} 
  \item First item 
  \item Second item 
  \begin{enumerate} 
    \item First nested item 
    \item Second nested item 
  \end{enumerate} \item 
  Third item 
\end{enumerate}

输出

1. First item 
2. 2. Second item 
   (a) First nested item
   (b) Second nested item 
3. Third item

插图

图片应该插入到第一次提到该图片的段落后(不是段落中),它会被自动编号。图片应该是 PostScript 文件——最好是 EPS 数据,通过 epsfig package 生成。

格式:

\begin{figure} 
\vspace{x cm} 
\caption[ ]{...text of caption...} (Do type [ ]) 
\end{figure}

x 表示图片的高度。

例如:

\begin{figure} 
\vspace{2.5cm} 
\caption{This is the caption of the figure displaying a white eagle and a white horse on a snow field}
\end{figure}

更多请参见 LATEX 文档 p. 26 ff. 和 p. 204

表格

使用 LATEX 编写表格

例如

\begin{table} 
\caption{Critical $N$ values} 
\begin{tabular}{llllll} 
\hline\noalign{\smallskip}
${\mathrm M}_\odot$ & $\beta_{0}$ & $T_{\mathrm c6}$ & $\gamma$ 
  & $N_{\mathrm{crit}}^{\mathrm L}$ 
  & $N_{\mathrm{crit}}^{\mathrm{Te}}$\\ 
\noalign{\smallskip} 
\hline 
\noalign{\smallskip} 
  30 & 0.82 & 38.4 & 35.7 & 154 & 320 \\ 
  60 & 0.67 & 42.1 & 34.7 & 138 & 340 \\ 
  120 & 0.52 & 45.1 & 34.0 & 124 & 370 \\ 
\hline 
\end{tabular} 
\end{table}

输出

不使用 LATEX
\begin{table}
\caption{text of your caption} 
\vspace{x cm} % the actual height needed for your table 
\end{table}
Signs and Characters

更多请参见原文档和 LATEX 官方文档 pp.41 ff.

参考文献

有三种参考文献模式:number only,letter-number, 或 author-year。更多请参见 LATEX 官方文档 p. 71.

LLNCS 有一种特殊的 BIBTEX 格式,使用class: splncs.bst。调用代码\bibliographystyle{splncs} 。

如果打算使用 author BIBTEX style,请指定 [oribibl] 参数:

\documentclass[oribibl]{llncs}
Letter-Number 或 Number Only

在文章中使用 \cite 命令来引用文章,会得到形如:[1],[E1, S2], [P1] 中之一的格式,这取决于 thebibliography 环境中 \bibitem 的使用。

thebibliography 环境:

\begin{thebibliography}{[MT1]} 
. 
. 
\bibitem[CE1]{clar:eke} 
Clarke, F., Ekeland, I.: 
Nonlinear oscillations and boundary-value problems for 
Hamiltonian systems. 
Arch. Rat. Mech. Anal. 78, 315--333 (1982) 
.
. 
\end{thebibliography}

会产生类似的效果:

[CE1] Clarke, F., Ekeland, I.: Nonlinear oscillations and boundary-value problems for Hamiltonian systems. Arch. Rat. Mech. Anal. 78, 315333 (1982) 
[CE2] Clarke, F., Ekeland, I.: Solutions p´eriodiques, du p´eriode donn´ee, des ´equations hamiltoniennes. Note CRAS Paris 287, 10131015 (1978)

在文章中引用时:

The results in this section are a refined version of \cite{clar:eke};

会得到

The results in this section are a refined version of [CE1];
Number-Only System

thebibliography 环境:

\begin{thebibliography}{1} 
\bibitem {clar:eke} 
Clarke, F., Ekeland, I.: 
Nonlinear oscillations and boundary-value problems for 
Hamiltonian systems. 
Arch. Rat. Mech. Anal. 78, 315--333 (1982) 
\end{thebibliography}

在文章中引用时:

\cite{n1,n3,n2,n3,n4,n5,foo,n1,n2,n3,?,n4,n5}

能够得到:

[1,3,2-5,foo,1-3,?,4,5]
Author-Year System

效果就像这样: (Smith 1970,1980),(Ekelandetal.1985,Theorem2),(JonesandJffe 1986; Farrow 1988, Chap.2) 。如果名字作为句子的一部分,那么括号内就可能只出现年份,如, Ekeland et al. (1985, Sect.2.1) 。

如果有几个文章属于同一(多)个作者,引用时应列在适当的顺序,表示如下:

  1. 一个作者:按文章时间排序;
  2. 相同的合作作者:按文章时间排序;
  3. 和不同的合作作者:按合作作者名字进行字母排序;

如果,有多个同样的作者同样的时间的文章,用 “a”, “b”, “c”, etc 区分。

How to Code Author-Year System

要使用这个系统,则需指定 [citeauthoryear] 参数,如:

\documentclass[citeauthoryear]{llncs}

thebibliography 环境:

\begin{thebibliography}{} % (do not forget {})
. 
. 
\bibitem[1982]{clar:eke} 
Clarke, F., Ekeland, I.: 
Nonlinear oscillations and boundary-value problems for 
Hamiltonian systems. 
Arch. Rat. Mech. Anal. 78, 315--333 (1982) 
.
. 
\end{thebibliography}

产生样例:

cpp

Clarke, F., Ekeland, I.: Nonlinear oscillations and boundary-value problems for Hamiltonian systems. Arch. Rat. Mech. Anal. 78, 315333 (1982)

在文章中引用时:

The results in this section are a refined version of Clarke and Ekeland (\cite{clar:eke});

产生

The results in this section are a refined version of Clarke and Ekeland (1982);

END.


from:  http://bluestein.github.io/2016/01/LATEX-LLNCS/

http://www.tuicool.com/articles/RRBnMzz

  • 7
    点赞
  • 61
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
### 回答1: Springer是一个出版公司,为学术界和科研人员提供出版和发表论文的平台。对于使用LaTeX撰写论文的作者来说,Springer也提供了相应的LaTeX模板,以帮助作者轻松准备和格式化论文。 SpringerLaTeX模板为作者提供了一种规范且易于使用的方式来准备其论文。模板包含了一套预定义的格式和样式,方便作者将重心放在内容上而不是格式上。 使用SpringerLaTeX模板具有许多好处。首先,该模板已经针对Springer出版的论文进行了优化,因此作者无需自己设计格式和样式。其次,模板具有一致的布局和格式,确保了不同作者的论文在视觉上的统一性。此外,模板还包含了许多预定义的命令和环境,方便作者插入图表、公式、引用和参考文献等元素。 SpringerLaTeX模板还提供了详细的文档和示例,以帮助作者快速上手和了解如何使用模板。作者可以轻松地按照模板的要求编辑和排版论文,并确保其符合Springer出版的标准。 总之,SpringerLaTeX模板为作者提供了一个方便且标准的工具来准备和格式化论文。通过使用该模板,作者可以轻松地满足Springer出版的要求,并确保其论文在视觉上与其他同行的论文保持一致。 ### 回答2: Springer提供了专门用于撰写论文的LaTeX模板。该模板提供了一种方便的方式来准备符合Springer出版标准的论文。该模板包含了一系列预设的设置和格式,使得作者可以专注于论文的内容而不必担心格式和排版的问题。 SpringerLaTeX模板具有以下特点: 1. 方便易用:该模板设计简洁明了,易于理解和使用,无需花费太多时间去了解LaTeX的复杂语法和命令。 2. 符合出版要求:该模板严格遵循Springer出版的要求,包括页面尺寸、字体、行间距、页眉页脚等细节方面。 3. 提供多种文档类:该模板提供了多种文档类供选择,包括不同类型的专业期刊、会议论文和书籍等,方便作者根据自己的需要选择合适的模板。 4. 支持全球多国语言:该模板支持多国语言,作者可以根据需要选择适合自己的语言环境,如英语、中文、德语等。 5. 提供示例文件:该模板还提供了丰富的示例文件,包括封面、摘要、目录、章节、参考文献等,作者可根据自己的需求进行相应的修改和补充。 总之,SpringerLaTeX模板是一个非常有用和实用的工具,可帮助研究人员和学生快速、准确地准备符合Springer出版标准的论文。无论是撰写科技论文还是学术著作,该模板都是一个理想的选择。 ### 回答3: springerLaTeX模板是用于撰写学术论文的模板,适用于Springer出版社的期刊和会议论文。使用该模板可以使作者更加方便地编辑和排版论文。 该模板提供了一系列的LaTeX格式和命令,提供了一个标准的论文结构和格式。作者只需按照模板的结构组织自己的论文内容,然后使用LaTeX命令进行编译,即可生成符合Springer期刊和会议论文要求的最终论文。 模板还提供了各种样式和设置选项,以满足不同论文的需求。例如,可以选择单栏或双栏排版、选择字体大小和样式,设置页眉页脚等。这些选项使得作者可以根据自己的需要来调整论文的外观和排版效果。 此外,模板还包括了一些常用的宏包和命令,方便作者进行数学公式、表格、图表等的插入和排版。宏包还提供了一些额外的功能,如参考文献的管理和引用,帮助作者更好地组织和引用自己的参考文献。 总而言之,SpringerLaTeX模板提供了一个方便的论文撰写和排版工具,帮助作者满足Springer出版社期刊和会议论文的要求。通过使用该模板,作者可以更加专注于论文内容的表达和论证,而无需过多关注格式和排版的细节。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值