提问于:
浏览数:
2221
1 回答
0
```tex
\documentclass{book}
\usepackage{lipsum}
\usepackage{hyperref}
\begin{document}
\tableofcontents
\chapter{One chapter}
\lipsum\cite{bib1}
\addcontentsline{toc}{chapter}{\protect\textbf{Bibliography}}
\begin{thebibliography}{99}
\bibitem{bib1} Author, Title, Journal, Year, Pages.
\end{thebibliography}
\end{document}
```
一个非常简短的例子。
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。