Replies: 2 comments 1 reply
-
OK, I need to redact point 1. and 3. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This works quite nicely (removes the cross reference but this is currently not relevant to me). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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.
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.
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 does not work across as well as within the different parts of the documents for chapters/sections, figures and tables.
Beta Was this translation helpful? Give feedback.
All reactions