Skip to content
Discussion options

You must be logged in to vote

FWIW someone in the past manage to change placement for pdf output by suppressing toc handling by Quarto / pandoc with toc: false and inserting raw latex directly in body where to put it

Anything written in the .qmd will be in $body$ so that is one way to achieve it. Otherwise, playing with metadata variable and pandoc's template is the way for this. But the first part before toc will need to be passed a pandoc variable (directly from YAML), or using similar tricks as pandoc-ext/abstract-section indeed.

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
7 replies
@arnaudgallou
Comment options

@mcanouil
Comment options

@arnaudgallou
Comment options

@mcanouil
Comment options

@arnaudgallou
Comment options

Comment options

You must be logged in to vote
1 reply
@arnaudgallou
Comment options

Answer selected by arnaudgallou
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
latex LaTeX engines related libraries and technologies
3 participants