提问于:
浏览数:
3735
![](https://pics.latexstudio.net/data/images/202004/a54781141293b9d.png)
求问如何实现这种参考文献不带编号 还有缩进的格式~
我下载的原始论文模板代码如下:
%%%%%%%%%%%%%%%%%%%%%%% file template.tex %%%%%%%%%%%%%%%%%%%%%%%%%
%
% This is a general template file for the LaTeX package SVJour3
% for Springer journals. Springer Heidelberg 2010/09/16
%
% Copy it to a new file with a new name and use it as the basis
% for your article. Delete % signs as needed.
%
% This template includes a few options for different layouts and
% content for various journals. Please consult a previous issue of
% your journal as needed.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% First comes an example EPS file -- just ignore it and
% proceed on the \documentclass line
% your LaTeX will extract the file if required
\begin{filecontents*}{example.eps}
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 19 19 221 221
%%CreationDate: Mon Sep 29 1997
%%Creator: programmed by hand (JK)
%%EndComments
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{svjour3} % onecolumn (standard format)
%\documentclass[smallcondensed]{svjour3} % onecolumn (ditto)
\documentclass[smallextended]{svjour3} % onecolumn (second format)
%\documentclass[author-year]{svjour3} % twocolumn
%
\smartqed % flush right qed marks, e.g. at end of proof
%
\usepackage{graphicx}
%
% \usepackage{mathptmx} % use Times fonts if available on your TeX system
%
% insert here the call for the packages your document requires
%\usepackage{latexsym}
% etc.
%
% please place your own definitions here and don't use \def but
% \newcommand{}{}
%
% Insert the name of "your journal" with
% \journalname{myjournal}
%
\begin{document}
\title{Insert your title here%\thanks{Grants or other notes
3 回答
1
投稿不要改模板,模板和刊登上去的样式不一样很正常
-
请问你怎么去掉编号的? – 魏政 2020-12-30 20:03 回复
-
现在能去掉编号了,但是作者的全名显示不出来,只显示缩写。求大佬解决 – 邦邦Lampson 2020-04-01 14:58 回复
1
你去找 svjour3 提供的 tex 文件,在后面参考文献部分有几句话
```tex
% BibTeX users please use one of
%\bibliographystyle{spbasic} % basic style, author-year citations
%\bibliographystyle{spmpsci} % mathematics and physical sciences
%\bibliography{mybib} % name your BibTeX data base
```
认真理解一下这里的话,避免被拒。
作者追问:2020-04-01 15:03
这几个我看了也挨个试了显示出来的都是缩写的。。我们老师给了我一篇Springer文章里面参考文献作者是全称的 我就有一点困惑了 我也知道不能自己添新的格式 就,,不知所措了
回答: 2020-04-01 15:54
这是两件事。投稿必须严格遵守投稿协议和模板,但刊行将由期刊重新排版。
0
现在能去掉编号了,但是作者的全名显示不出来,只显示缩写。求大佬解决
![](https://pics.latexstudio.net/data/images/202004/9c42c7bc3dccd64.png)
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。