Open jjallaire opened 2 years ago
It may be a pandoc limitation but its definitely something we could work around in quarto. We'll be putting extensive work into crossrefs, numbering, etc. in v1.2 so I'll target this issue for work in that release (later this fall).
Thanks. Hopefully it makes it into v1.2.
Hi @jjallaire I struggle with this too, I found workaround using book
(memoir
) document class instead the default one, then i could use include-in-header
for \frontmatter
to be placed before\maketitle
format:
pdf:
documentclass: memoir
include-in-header:
text: |
\frontmatter
Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1888