Set/change bibliography title in RMarkdown?
问题 I'm currently experimenting with RMarkdown. However, I would like to change the title of my bibliography. I'm using natbib in this situation. The current RMarkdown setup is shown below: title: .... author: .... output: pdf_document: citation_package: natbib bibliography: Referanser2.bib biblio-style: unsrt header_includes: - \usepackage{amsmath} - \usepackage{kbordermatrix} - \setcitationstyle{numbers,square} [@MyReference] This gives me a simple PDF with 1 reference and a bibliography. Is