Change size of section titles in R Markdown PDF
问题 Is there a way to change the font size of text of headings in R Markdown? I know how to number the sections of the article; however, in terms of formatting, the font size of the sections that are numbered 1., 2., 3... is too large . As a workaround, I have been using lower-level headers ### Introduction , but these have the wrong numbering. Here is a basic example: --- output: bookdown::pdf_document2 --- # This is too big ### This is the right size but are labelled as 1.0.1 回答1: You can place