How to add list of figures and list of tables to the table of content with R markdown and bookdown
问题 I have a report (pdf output) where I want to add bibliography, list of figures and list of tables to the appendix. And I want those three elements to appear in the table of content. I add the bibliography by adding bibliography: bibliography.bib to my yaml header. The list of figures and the list of tables I add with LaTex directly. My appendix therefore looks like: # Literature {-} \listoffigures \listoftables This nearly works: bibliography, list of figures and list of tables are rendered