The AAGIQuarto
Quarto theme extension provides official Analytics for the Australian Grains Industry (AAGI) project theming for Quarto documents.
See the included template and demo file for each format here:
- AAGI PDF Short Report: AAGI PDF Short Report Demo (Source)
- AAGI PDF Report: AAGI PDF Report Demo (Source)
- AAGI Word Document Report: AAGI Word Document Demo (Source)
- AAGI Word Document Short Report: AAGI Word Document Short Demo (Source)
- AAGI RevealJS Presentation: AAGI RevealJS Slide Demo (Source)
- AAGI PowerPoint Presentation: AAGI PPT Slide Demo (Source)
You can obtain a copy of the extension by using:
cd your_quarto_project_folder
quarto use template AAGI-AUS/AAGIQuarto
This will install the extension and create an example qmd file that you can use as a starting place for your LaTeX PDF, MS Word .docx or reveal.js presentation slides.
For documentation on using reveal.js slides in Quarto, please see, https://quarto.org/docs/presentations/revealjs/.
To use the formatted output, save your qmd file into the extension folder that you created using the command above. Then, in the output format use:
aagi-docx+report
, for a full length MS Word reportaagi-docx+short+report
, for a short MS Word reportaagi-pptx
, for MS PPT outputaagi-revealjs
, for a revealjs presentationaagi-pdf+report
, for a full length PDF reportaagi-pdf+short+report
, for a short PDF report
If you use the bash
command above to install the extension and create a sub directory following the command prompt, there
will be a .qmd file created using the name that you input for the sub directory.
As we continue to improve this extension through bug fixes or adding new functionality, you can update it easily like so:
cd your_quarto_project_folder
quarto update AAGI-AUS/AAGIQuarto