提问于:
浏览数:
2590
3 回答
0
```tex
\begin{filecontents}{ref.bib}
@book{ye1997jie,
title={结构设计原理},
author={叶见曙},
year={1997},
publisher={人民交通出版社},
address={北京}
}
\end{filecontents}
\documentclass[UTF8]{ctexart}
\ctexset{bibname={拟阅读的参考文献}}
\usepackage[style=gb7714-2015,backend=biber]{biblatex}
\addbibresource{ref.bib}
\usepackage[colorlinks,linkcolor=red,citecolor=blue]{hyperref}
\begin{document}
\tableofcontents
\section{节}
\section{再节}
\nocite{*}
\printbibliography[heading=bibnumbered]
\end{document}
```
![](https://pics.latexstudio.net/data/images/201912/9c8b192ea635e23.png)
-
感谢啸行! – paranoia 2019-12-11 19:08 回复
0
按照群里大神的指点,已完美解决。
我用的是bib \LaTeX{},只需要在最后输出参考文献时添加参数heading=bibnumbered即可。
```tex
\printbibliography[heading=bibnumbered]
```
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。