Skip to content

Latest commit

 

History

History
78 lines (53 loc) · 2.06 KB

README.md

File metadata and controls

78 lines (53 loc) · 2.06 KB

Quarto templates for the Jean Golding Institute

Provides:

  • Document templates for both .html and .docx files.
  • Presentations for both .html (via RevealJS) and .pptx files.

in the style of the Jean Golding Institute.

Examples

.html document .docx document
Screenshot of HTML document generated with the template Screenshot of DOCX document generated with the template
.html presentation .pptx presentation
Screenshot of HTML presentation generated with the template Screenshot of PPTX presentation generated with the template

Install

For new projects:

quarto use template jgibristol/quarto-jgi

This will install the extension and create example .qmd files that you can use as a starting place for your report.

For existing projects:

quarto add jgibristol/quarto-jgi

This will install the extension but not create any example files.

Usage

In the preamble of your .qmd you can set:

---
title: Untitled
author: Your name
date: last-modified
abstract: This is the abstract
format: jgi-html
---

where format can be one of the following:

format: jgi-html
format: jgi-docx
format: jgi-revealjs
format: jgi-pptx

Alternatively, you can override the document format at the command line:

quarto render document.qmd --to jgi-html
quarto render document.qmd --to jgi-docx
quarto render document.qmd --to jgi-revealjs
quarto render document.qmd --to jgi-pptx

Contributors

  • James Thomas, Jean Golding Institute, University of Bristol

License

The source code in this repository is licensed under the MIT License.

The University of Bristol logo is copyright the University of Bristol, all rights reserved. You may only use this if you are allowed to do so as a member of the university.