There are two main ways of installing this format.
quarto use template mpimet/quartoThis will install the extension and create an example qmd file that you can use as a starting place for your article.
If you already have an existing Quarto project an want to add this format to the project, please run:
quarto add mpimet/quartoThis can also be used to update the format to a newer version.
Here is the source code for a sample poster: poster.qmd and a sample slide deck: slides.qmd.
You can build the samples by running:
quarto render <source_file>