I’ve created some quarto templates with Monash University branding.
This is a Quarto template that assists you in creating a letter on Monash University letterhead.
quarto use template quarto-monash/letter
This will install the extension and create an example qmd file that you can use as a starting place for your letter.
You may also use this format with an existing Quarto project or document. From the quarto project or document directory, run the following command to install this format:
quarto install extension quarto-monash/letter
|
|
This is a Quarto template that assists you in creating a memo, with optional Monash University branding.
quarto use template quarto-monash/memo
This will install the extension and create an example qmd file that you can use as a starting place for your memo.
You may also use this format with an existing Quarto project or document. From the quarto project or document directory, run the following command to install this format:
quarto install extension quarto-monash/memo
|
|
This is a Quarto template that assists you in creating a working paper for the Department of Econometrics & Business Statistics, Monash University.
quarto use template quarto-monash/workingpaper
This will install the extension and create an example qmd file that you can use as a starting place for your working paper.
You may also use this format with an existing Quarto project or document. From the quarto project or document directory, run the following command to install this format:
quarto install extension quarto-monash/workingpaper
|
|
This is a Quarto template that assists you in creating a Monash University report.
quarto use template quarto-monash/report
This will install the extension and create an example qmd file that you can use as a starting place for your report.
You may also use this format with an existing Quarto project or document. From the quarto project or document directory, run the following command to install this format:
quarto install extension quarto-monash/report
|
|
This is a Quarto template for a Monash University thesis.
quarto use template quarto-monash/thesis
This will copy the template to your current directory, which you can use as a starting place for your thesis.
|
|
This is a Quarto template that assists you in creating a presentation using either Beamer (pdf) or RevealJS (html), with Monash University branding.
quarto use template quarto-monash/presentation
This will install the extension and create an example qmd file that you can use as a starting place for your presentation.
You may also use this format with an existing Quarto project or document. From the quarto project or document directory, run the following command to install this format:
quarto install extension quarto-monash/presentation
|
|
Rmarkdown templates
These are all based on my Rmarkdown templates which are distributed via the monash R package.