Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nrennie/lustyle
Quarto extension to provide theme for Lancaster University styled documents and slides. Unofficial theme, not endorsed by the university.
https://github.com/nrennie/lustyle
html pdf quarto quarto-extension revealjs
Last synced: 26 days ago
JSON representation
Quarto extension to provide theme for Lancaster University styled documents and slides. Unofficial theme, not endorsed by the university.
- Host: GitHub
- URL: https://github.com/nrennie/lustyle
- Owner: nrennie
- Created: 2023-04-30T11:11:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-27T19:05:25.000Z (11 months ago)
- Last Synced: 2024-10-28T04:59:45.379Z (2 months ago)
- Topics: html, pdf, quarto, quarto-extension, revealjs
- Language: TeX
- Homepage:
- Size: 550 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lancaster University Quarto Theme
This repository contains a (personal) template for Lancaster University Quarto documents. It includes an extension that can style revealjs slides, PDFs, and HTML documents.
## Installation and use
To install the Quarto extension to the current directory:
``` bash
quarto install extension nrennie/LUstyle
```To install the Quarto extension and copy the template file to the current directory:
``` bash
quarto use template nrennie/LUstyle
```This will copy a template file for revealjs slides.
If you want to use the PDF template instead, set:
``` yaml
format: LUstyle-pdf
```or for HTML documents:
``` yaml
format: LUstyle-html
```## Examples
### CHICAS Data Visualisation Workshop Slides
GitHub: [github.com/nrennie/chicas-data-viz-workshop](https://github.com/nrennie/chicas-data-viz-workshop)
Slides: [nrennie.github.io/chicas-data-viz-workshop](https://nrennie.github.io/chicas-data-viz-workshop/#/title-slide)
### R/Pharma {tidymodels} Workshop Slides
GitHub: [github.com/nrennie/r-pharma-2023-tidymodels](https://github.com/nrennie/r-pharma-2023-tidymodels)
Slides: [nrennie.github.io/r-pharma-2023-tidymodels](https://nrennie.github.io/r-pharma-2023-tidymodels/#/title-slide)
### Teaching with webR Slides
GitHub: [github.com/nrennie/teaching-with-webR](https://github.com/nrennie/teaching-with-webR)
Slides: [teaching-with-webr.netlify.app/](https://teaching-with-webr.netlify.app/#/title-slide)