Advertisement
syvshc

Untitled

May 19th, 2022
560
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.23 KB | None | 0 0
  1. \documentclass{book}
  2. \bibliographystyle{plain}
  3. \usepackage{etoolbox}
  4. \patchcmd{\thebibliography}{\chapter*{\bibname}}{}{}{}
  5. \begin{document}
  6. \chapter{chapter}
  7. some words\cite{article-full}
  8. \bibliography{xampl.bib}
  9. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement