-
Notifications
You must be signed in to change notification settings - Fork 394
Description
Bug description
I am currently working on a larger project utilising the strcture of multiple .qmd documents which I have to render to a pdf.
While doing this I have encountered some formatting issues that I can't seem to find solutions to.
- TOC/LOF/LOT
I would like to include a table of content, list of figures and list of tables in my document and have specified these in my _quarto.yml document as follows:
format:
pdf:
documentclass: scrreprt
links-as-notes: true
reference-location: section
toc: true
toc-depth: 2
lof: true
lot: true
number-sections: true
fig-width: 8
fig-height: 6
However in the final document I have pages devoted to these parts of the document, but these are empty and don't show the chapters, tables and figures of my document.
- Footnotes
I would like to include footnotes at the end of each chapter (or even preferably at the end of the book in an own section) which does not seem to work in pdf, even though I have included reference-location: section in my .yml document.
- Cross referencing
Cross referencing does not work across as well as within the different parts of the documents for chapters/sections, figures and tables.