2023-08-06
New Additions
- Tutorials & workshops
- Tutorial: Creating Quarto Journal Article Templates - An in-depth blog post detailing the process for converting journal LaTeX templates into Quarto templates.
- Tutorial: Personal Website using Jupyter Notebook and Quarto - A Python-oriented step-by-step tutorial on how to create a website using Quarto.
- Blog posts
- Making Pretty PDFs with Quarto - A blog post showing how to customise the styling of PDF documents, and save the styling into a Quarto extension to make it easier to reuse and share.
- How to self-publish a technical book on Leanpub and Amazon using Quarto - This blog post explains which settings to use to compile an Epub for Leanpub and a print-ready PDF for Amazon's self-publishing service (KDP).
- Libraries/Packages/Scripts
- babelquarto - R package to help set up, and render, multilingual Quarto books (see also babeldown.
- Extensions
- version-badge - An extension for Quarto to provide a shortcode to display software version.
- preview-colour - An extension to add preview colour as a coloured symbol next to colour code.
- lua-env - An extension for Quarto to provide access to LUA objects as metadata.
- spotlight - An extension for Reveal.js allowing to highlight the current mouse position with a spotlight.
- Templates
- JOAS - Quarto journal template for Journal of Open Aviation Science (JOAS).
- PNAS - Quarto template for PNAS.
- APSR - Quarto template for American Political Science Review (APSR).
- cinco-de-mayo - Cinco de Mayo Quarto
Reveal.js
theme. - rvalhub - R Validation Hub
Reveal.js
theme.
- Real Life Examples
- Quering with PRQL - Docusaurus website using computations via
Jupyter
andknitr
and multiple languages (PRQL, SQL, R, Python, etc.). - Real World Data Science - The Royal Statistical Society website, built with Quarto, features a custom design (based on the Lux Bootswatch theme), with a customised navbar and homepage layout.
- Continental-scale biodiversity data assessment using the Atlas of Living Australia - Slides for éVictorian Biodiversity Conference 2023" (See slides here).
- Quering with PRQL - Docusaurus website using computations via
What's Changed
- fix: typo by @lawwu in #330
- feat: new release by @mcanouil in #335
- fix: A blog post about using Quarto to self-publish a book on Leanpub and Amazon by @mcanouil in #336
- fix: Quarto slides from Victorian Biodiversity Conference 2023 by @mcanouil in #337
- fix: Creating Quarto Journal Article Templates by @mcanouil in #338
- fix: Python-based tutorial in Making Quarto Website by @mcanouil in #339
- fix: new journal template: JOAS by @mcanouil in #340
- feat: add extensions by @mcanouil in #341
New Contributors
Full Changelog: 2023.06.02...2023.08.06