Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angular/26.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在latex文档类型之间转换BiblioGrahy_Latex_Bibtex - Fatal编程技术网

在latex文档类型之间转换BiblioGrahy

在latex文档类型之间转换BiblioGrahy,latex,bibtex,Latex,Bibtex,我背页有一篇论文,是我写的 \documentclass{siamart0516} 我想换成 \documentclass{svjour3} 除了参考书目之外,这种转换是有效的(如果我没有包括它,或者如果我使用“\begin{The书目}{}”和“\bibitem”包含一个手动参考书目,那么论文将完全编译)。在我使用的原始文件中 \书目样式{siamplain.bst}%\书目样式{unsrt}\书目{书目.bib} 作为参考,unsrt工作得很好(因为我认为siamplain.bst是非标准的

我背页有一篇论文,是我写的
\documentclass{siamart0516}
我想换成
\documentclass{svjour3}

除了参考书目之外,这种转换是有效的(如果我没有包括它,或者如果我使用“\begin{The书目}{}”和“\bibitem”包含一个手动参考书目,那么论文将完全编译)。在我使用的原始文件中
\书目样式{siamplain.bst}%\书目样式{unsrt}\书目{书目.bib}
作为参考,unsrt工作得很好(因为我认为siamplain.bst是非标准的)

在新文件中,我想使用

`\bibliographystyle{spbasic}
%\bibliographystyle{spmpsci}`
我的输出随我的尝试而变化,但我无法让这个文档类使用这些选项(或我的原始选项)中的任何一个。错误不一致,有时只是一个没有定义错误的长输出日志。我经常犯的一个错误是 参数中有空格:\引证

我很乐意使用任何变通方法,包括提供类似输出的不同bst文件,在修复此特定错误方面并不特别。

请做一个详细说明