Skip to content
Discussion options

You must be logged in to vote

You could use includes to add content of several files into a main file: https://quarto.org/docs/authoring/includes.html

But this suppose your individual file are fragment of a main presentation.

If each file is a single slidedeck at the beginning, you may need some preprocessing or using some Lua filters to adapt content.

Anyhow, there is no project options as you tried to merge document into one. What you configured for now tells quarto to:

  • Render each file using revealjs format by default
  • Only render the file passed to render:
  • Put the output of each render into output_dir

Hope it helps

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@mcanouil
Comment options

@TomBener
Comment options

@TomBener
Comment options

@cderv
Comment options

cderv Apr 2, 2024
Maintainer

@TomBener
Comment options

Answer selected by m-guggenmos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
revealjs Issues with the revealjs format includes
4 participants