Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.11 KB

README.md

File metadata and controls

49 lines (28 loc) · 1.11 KB

Quarto PowerPoint template for GESIS (unofficial)

This is a repository for Quarto PowerPoint template. And this is not an official product. Please use the official Powerpoint template available at GESIS Intranet.

Installation

As Fork

Fork this repository.

By Download the Reference Document

Download the reference document gesis.pptx.

Template

Not available yet.

Usage

Include the following snippet in the YAML header of your document.

format:
  pptx:
    reference-doc: gesis.pptx

And render the document as usual, for example,

quarto render

Features

  • 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 from Quarto official documentation.