乳胶文章类 - 单独页面上的参考书目

时间:2017-07-21 19:03:25

标签: latex article bibliography

我在乳胶文档中从“报告”移到“文章”,现在我无法在分离的页面上进行bibiography ...

我使用了命令:

\newpage
\bibliographystyle{unsrt} % Le style est mis entre accolades.
\bibliography{biblio.bib} % mon fichier de base de données s'appelle bibli.bib
\newpage

但它不起作用......

1 个答案:

答案 0 :(得分:0)

通常你做的应该就够了。但是,根据 \ newpage 之前文章中的内容,它可能无法启动新页面。

试试这个:

\clearpage
%... stuff
\clearpage

这里的区别在于, \ clearpage 肯定会启动一个新页面并打破任何当前的浮动环境,而 \ newpage 仅在多个中启动一个新列 - 栏目环境。