作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想删除标题“引用书目”和使用\bibliography{myPublications} 自动放置的分页符。到目前为止,我发现用\renewcommand{\bibname}{} 您可以删除标题,\renewcommand{\chapter}{} 删除分页符,但在 pdf 中留下一个星号。\renewcommand{\chapter*}{} 给出错误:\chapter *undefined。任何解决方法?
\section*{Publications}
\renewcommand{\bibname}{}
\renewcommand{\chapter}{}
\nocite{myPaper}
\bibliographystyle{unsrt}
\bibliography{publications}
最佳答案
在这种非常特殊的情况下,你可以试试
\makeatletter
\renewcommand{\chapter}{\@gobbletwo}
\makeatother
这使得 \chapter
吞噬了它后面的两个标记,即 *
和 title 参数。
关于latex - 从\bibliography 中删除书目标题和分页符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24181270/
我是一名优秀的程序员,十分优秀!