【发布时间】:2014-08-02 14:14:45
【问题描述】:
我想删除标题“参考书目”和使用 \bibliography{myPublications} 自动放置的分页符。 到目前为止,我发现使用 \renewcommand{\bibname}{} 您可以删除标题,\renewcommand{\chapter}{} 删除分页符,但在 pdf 中留下一个星号。 \renewcommand{\chapter*}{} 给出错误:\chapter *undefined。 有什么解决方法吗?
\section*{Publications}
\renewcommand{\bibname}{}
\renewcommand{\chapter}{}
\nocite{myPaper}
\bibliographystyle{unsrt}
\bibliography{publications}
【问题讨论】:
标签: latex bibtex bibliography