Quarto exercises

Author

Claudius Gräbner-Radkowitsch

Published

16 05 2024

Create a new Quarto document where you set the title, date, and the author explicitly. Write a sample text that comprises…

Then do the following:

  1. Knit the document to html with a floating table of contents and a special theme.

  2. Make the document available via Netlify Drop and add the possibility to download the underlying Rmd file. Note: For Netlify Drop to work, the html file must be called index.html!

  3. Knit the document to PDF and make sure that it includes a table of contents.

A sample solution for the Rmd file can be found here (the Netlify version is here).