我必须用 Springer Bibliographystyle 写一篇论文。
我确实\cite{khan2013}
在文本中收到了此信息:
Khan, Muhammad Naeem Ahmed 和 Khalid, Muhammad 以及 ul Haq, Sami (2013),
这确实太长了。
在我的参考文献中,我看到以下内容没有问题:
Khan, Muhammad Naeem Ahmed 和 Khalid, Muhammad 以及 ul Haq, Sami (2013) 软件开发中的需求管理问题回顾。国际现代教育与计算机科学杂志 5(1):21
我希望文本能够达到以下结果:
[汗 2013]
\documentclass[twocolumn, natbib]{svjour3}
\smartqed
\usepackage{graphicx}
\usepackage{natbib}
\begin{document}
\bibliographystyle{bise}
\bibliography{bibname}
\end{document}
@Oleg:Springer 编辑器有一个模板。我在下面粘贴了模板
\begin{filecontents*}{example.eps}
gsave
newpath
20 20 moveto
20 220 lineto
220 220 lineto
220 20 lineto
closepath
2 setlinewidth
gsave
.4 setgray fill
grestore
stroke
grestore
\end{filecontents*}
% \RequirePackage{fix-cm} \documentclass[twocolumn,natbib]{svjour3} % twocolumn %\documentclass[smallextended,natbib]{svjour3}
% \smartqed % 将 qed 标记右对齐,例如在证明末尾 % \usepackage{graphicx} \usepackage{natbib}
\begin{document}
\title{Insert your title here%\thanks{Grants or other notes
%关于文章的、应该放在首页的内容应该放在这里。一般致谢应该放在文章的末尾。} } \subtitle{您有副标题吗?\ 如果有,请写在这里}
%\titlerunning{标题的缩写形式} % 如果对于运行头来说太长
\author{First Author \and
Second Author %etc.
}
%\authorrunning{作者列表的缩写形式} % 如果对于页眉来说太长
\institute{F. Author \at
first address \\
Tel.: +123-45-678910\\
Fax: +123-45-678910\\
\email{[email protected]} % \\
% \emph{当前地址:} F. 作者 % 如果需要 \和 S. 作者 \在第二个地址 }
\date{Received: date / Accepted: date}
% 编辑将输入正确的日期
\maketitle
\begin{abstract}
%Insert your abstract here. Include keywords, PACS and mathematical
%subject classification numbers as needed.
\keywords{First keyword \and Second keyword \and More}
% \PACS{PACS code1 \and PACS code2 \and more}
% \subclass{MSC code1 \and MSC code2 \and more}
\end{abstract}
\section{Introduction}
\label{intro}
2018 Your text comes here. Separate text sections with Your text comes here. Separate text sections with Your text comes here. Separate text sections withYour text comes here. Separate text sections withYour text comes here. Separate text sections withYour text comes here. Separate text sections withYour text comes here. Separate text sections withYour text comes here. Separate text sections withYour text comes here. Separate text sections withYour text comes here. Separate text sections withYour text comes here. Separate text sections withYour text comes here. Separate text sections withYour text comes here. Separate text sections with.\\
相关设计问题。\
\noindent\hspace*{5mm} %With its focus on the de \\
您的文本在此处。使用 \section{章节标题} \label{sec:1} 文本分隔文本部分,并引用 \cite{alt2018} 和 \cite{balzert2009} 和 \cite{rogers2016} 和 \cite{mendez2017}。根据需要使用 \subsection{小节标题} \label{sec:2}。不要忘记为每个章节和小节指定一个唯一的标签(请参阅 Sect.~\ref{sec:1})。 \paragraph{段落标题} 根据需要使用段落标题。 \begin{equation} a^2+b^2=c^2 \end{equation}
\begin{figure*}
% Use the relevant command to insert your figure file.
% For example, with the graphicx package use
\includegraphics[width=0.75\textwidth]{example.eps}
% figure caption is below the figure
\caption{Please write your figure caption here}
\label{fig:2} % Give a unique label
\end{figure*}
% % 对于表格,使用 \begin{table} % 表格标题位于表格上方 \caption{请在此处写下您的表格标题} \label{tab:1} % 给出一个唯一标签 % 对于 LaTeX 表格,使用 \begin{tabular}{lll} \hline\noalign{\smallskip} 第一 & 第二 & 第三 \ \noalign{\smallskip}\hline\noalign{\smallskip} 数字 & 数字 & 数字 \ 数字 & 数字 & 数字 \ \noalign{\smallskip}\hline \end{tabular} \end{table}
\bibliographystyle{bise} % Bise style is numbered
\bibliography{bibtex_libname} % name your BibTeX data base
\end{document}
% end of file template.tex