Skip to content
Discussion options

You must be logged in to vote

Thanks for you answer @rgaiacs. Let me give some additional context and details.

This will be a long answer to cover everything I think off, and I hope it will help you get a broad picture of what you can do.

Quarto is based on Pandoc (https://pandoc.org) and use its system with useful addition. The conversion from .qmd to .pdf, will pass through a .md file (with computational code evaluated) converted to .tex by Pandoc going through an abstract representation (AST) and using a default template. Then LaTeX will convert to PDF.

You can interact with the process is several way to tweak the default.

First, as I mentioned, a default TeX template is used. You can find it [here for Pandoc]https…

Replies: 5 comments 17 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by fredguth
Comment options

You must be logged in to vote
14 replies
@fredguth
Comment options

@dragonstyle
Comment options

@fredguth
Comment options

@fredguth
Comment options

@mcanouil
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@fredguth
Comment options

@eeholmes
Comment options

@eeholmes
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants