if (!require("pak")) install.packages("pak")if (!require("AAGIPalettes")) { pak::pkg_install("AAGI-AUS/AAGIPalettes")}if (!require("AAGIThemes")) { pak::pkg_install("AAGI-AUS/AAGIThemes")}if (!require("gapminder")) { pak::pkg_install("gapminder")}library(ggplot2)library(AAGIThemes)# set ggplot2 themetheme_set(theme_aagi())
An AAGI Reveal.js Theme for Quarto
This Quarto extension allows you to create your slides using a theme that follows AAGI typography and colour styles and provides the official AAGI logo and cover image for the title slide.
Basic Tables
AAGIQuarto provides basic theming of HTML tables through CSS, for example, this is a markdown table.
| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |
That renders like this.
Syntax
Description
Header
Title
Paragraph
Text
Advanced Tables
For more advanced tables, we suggest pairing with the R package {AAGIThemes} to provide AAGI themed tables using theme_gt_aagi(), that offers more flexibility in formatting.