Skip to content
Discussion options

You must be logged in to vote

Hi @annameiermueller,

What version of quarto are you using? Things works as expected for me with Quarto 1.3.296.

quarto create-project --type book produces files to start with.

quarto render --to latex render the project to LaTeX. The .tex file is available as _book/book-latex/5049.tex. pdflatex _book/book-latex/5049.tex compiles without error.

Note that quarto render --to html will wipe clean the _book folder. This is default Quarto behaviour. The documentation has the following instruction to avoid the wipe clean.

At this point you should probably make a copy or git branch of the _book directory to perform your final LaTeX modifications within (since the modifications you make to LaTeX…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dragonstyle
Comment options

@anna57394
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
3 participants