https://github.com/gesiscss/quarto-pptx
Quarto PowerPoint template for GESIS (unofficial)
https://github.com/gesiscss/quarto-pptx
Last synced: 14 days ago
JSON representation
Quarto PowerPoint template for GESIS (unofficial)
- Host: GitHub
- URL: https://github.com/gesiscss/quarto-pptx
- Owner: gesiscss
- License: mit
- Created: 2024-09-27T13:35:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-15T13:24:58.000Z (10 months ago)
- Last Synced: 2025-09-15T15:21:18.732Z (10 months ago)
- Size: 2.82 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quarto PowerPoint template for GESIS (unofficial)
This is not an **official** product. Please use the official Powerpoint template available at [GESIS Intranet](https://intranet.gesis.intra/Vorstand/Kommunikation_Transfer/SitePages/Poster_Logos_Vorlagen_Styleguide.aspx)!
This is based on GESIS PowerPoint template presentation from 12.06.2024.
## Usage
### Recommended Way
Run
```bash
quarto use template gesiscss/quarto-pptx
```
to install this Quarto extension and a template file to start.
You can render your document as usual.
### Creating a repository from a template
**This only works for GitHub!**
Follow the steps in "[Creating a repository from a template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template#creating-a-repository-from-a-template)" and choose `gesiscss/quarto-pptx` in the dropdown menu of "Start with a template".
You can render your document as usual.
## `_quarto.yml`
Make sure that `_quarto.yml` has
```
project:
type: gesis
```
## Features
- [X] Background of slides
## Limitations
### "Thanks" Slide
Pandoc does not support use of classes to select the master slide to use.
## Frequenty Asked Questions
1. Where can I find more information on create PowerPoint presentations with Quarto?
Check [Guide > Presentations > PowerPoint](https://quarto.org/docs/presentations/powerpoint.html) from Quarto official documentation.