Bibliography as section in LaTeX / BibTeX

前端 未结 3 873
旧时难觅i
旧时难觅i 2020-12-30 01:31

I\'m writing a short document using sections rather than chapters as the top-level (documentclass report). However,

\\bibliographystyle{amsplain}
\\bibliogr         


        
3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-30 01:47

    Look at the package tocibind;

    \usepackage[numbib,notlof,notlot,nottoc]{tocbibind}
    

    numbib ensures the Bibliography gets numbered, while the not*-options disables showing the List of Figures, Tables and the TOC itself, respectively.

提交回复
热议问题