Redian新闻
>
Bibliography和Reference字样同时出现怎么删除其中一个?
avatar
Bibliography和Reference字样同时出现怎么删除其中一个?# TeX - TeX电子排版系统
g*k
1
我想把文献加到contents里面,所以加了
\addcontentsline(toc){section}{Bibliography}
\include{Bibliography}
Bibliography文件里是开头是这样写的,
\section*{Bibliography}
\begin{thebibliography}{1}
...
结果就是虽然contents里面列出了我想要的,但是文献那页标题出现了Bibliography和
References两个字样。
请问什么样的命令可以消除其中一个而又保持contents里面包含页面说明?
谢谢!
avatar
T*n
2
Try in main file:
\documentclass{article}
\renewcommand{\refname}{Bibliography}
\begin{document}
...
\include{Bibliography}
...
\end{document}
and in Bibliography.tex (included file):
\addcontentsline{toc}{section}{\refname}
\begin{thebibliography}{1}
...
\end{thebibliography}
\endinput

【在 g**k 的大作中提到】
: 我想把文献加到contents里面,所以加了
: \addcontentsline(toc){section}{Bibliography}
: \include{Bibliography}
: Bibliography文件里是开头是这样写的,
: \section*{Bibliography}
: \begin{thebibliography}{1}
: ...
: 结果就是虽然contents里面列出了我想要的,但是文献那页标题出现了Bibliography和
: References两个字样。
: 请问什么样的命令可以消除其中一个而又保持contents里面包含页面说明?

avatar
g*k
3
Thanks!
It works now!

【在 T*******n 的大作中提到】
: Try in main file:
: \documentclass{article}
: \renewcommand{\refname}{Bibliography}
: \begin{document}
: ...
: \include{Bibliography}
: ...
: \end{document}
: and in Bibliography.tex (included file):
: \addcontentsline{toc}{section}{\refname}

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。