【问题标题】:Remove bibliography title and pagebreak from \bibliography从 \bibliography 中删除参考书目标题和分页符
【发布时间】: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


    【解决方案1】:

    在这种非常特殊的情况下,你可以试试

    \makeatletter
    \renewcommand{\chapter}{\@gobbletwo}
    \makeatother
    

    这使得\chapter 吞噬了它后面的两个标记,即* 和标题参数。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多