The creation of research or academic material usually involves the production of slides, documents, posters and other output formats from the same material. There are different paradigms to create publishing material:
quarto create project
quarto render
quarto preview
(it autobuilds and updates when changes in the source files are detected).Quarto
supports dynamic content with Python, R, Julia and ObservableQuarto
uses pandoc to convert the input artefacts to its output.Quarto
supports plain text markdown, Jupyter notebooks and an augmentedquarto render
quarto preview
which autobuilds and updates when changes in the source files are detected.