Skip to contents

Render a work using the Quarto engine

Usage

render_work_in_quarto(
  work,
  path,
  intermediateFilename,
  outputFilename,
  bibliographyName = "bibliography.bib",
  format = "pdf",
  template = NULL,
  quartoArgs = list(),
  silent = zirconia::opts$get("silent"),
  preambleMetadata = NULL
)

Arguments

work

The work

path

The path where to write the files

intermediateFilename

The filename for the Quarto file (without path!)

outputFilename

The filename for the final output file (without path!)

format

The format to render to (see quarto::quarto_render()), can be "pdf", "html", or "typst".

template

Optionally, the template to use.

quartoArgs

Optionally, a names list of additional arguments to pass to quarto::quarto_render().

bibtexFilename

The filename for the Bibtex file (without path!)

Value

The work, invisibly