Skip to content

Rendering Quarto book to pdf - Formatting issues #4767

@faaa6

Description

@faaa6

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.

  1. 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.

  1. 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.

  1. Cross referencing

Cross referencing does not work across as well as within the different parts of the documents for chapters/sections, figures and tables.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions