Skip to content

Instantly share code, notes, and snippets.

@Liam0205
Created February 1, 2016 06:39
Show Gist options
  • Select an option

  • Save Liam0205/f299cbefbf399fffa980 to your computer and use it in GitHub Desktop.

Select an option

Save Liam0205/f299cbefbf399fffa980 to your computer and use it in GitHub Desktop.
参考文献带编号、入目录
\documentclass{article}
\usepackage{etoolbox}
\patchcmd{\thebibliography}{\section*}{\section}{\relax}{\relax}
\begin{document}
\tableofcontents
\begin{thebibliography}{1}
\bibitem{foo} bar
\end{thebibliography}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment