\bibliographystyle
似乎不适用。
我想得到
马耶罗夫公司、新斯科舍省公司遵守 organization characteristics。 - 年份:1974 年 - 432 页。
但我得到了
新奥维奇亚马耶洛夫股份有限公司遵守 organization characteristics。硕士,一月,1974。
反而。
第一个例子中显示的格式化样式在gost71u.bst
文件中。我甚至尝试将此文件复制到.tex
文件所在的目录中。以下是代码
\makeatletter
\bibliographystyle{unsrt}
\renewcommand{\@biblabel}[1]{#1.}
\makeatother
\begin{document}
% blah blah
\phantomsection
\addcontentsline{toc}{section}{Список литературы}
\bibliographystyle{gost780u}
\renewcommand{\bibname}{Список литературы}
\bibliography{cites}
\end{document}
还有一些额外的样式:,,,gost780s
但它们也不适用。gost71s
gost780u
我正在使用描述的命令序列那里:首先我运行 pdflatex,然后运行 bibtex。它只起作用一次。
答案1
我更新了我的 latex 软件包,发现没有gost71*
文件(但不知道为什么它不起作用前更新)。有新的标准应与gost2003*
和gost2008*
样式一起使用。