TUM Marp Slides Template

Chair of Media Technology
Technical University of Munich

Author Name

Outline

  • Marp Header
  • Light Theme
  • Bullet Points
  • Tables
  • Images
  • Code
  • References
Date | Author Name | Presentation Title

Marp Header

title: Demo
description: Demo TUM Marp Template
class: invert                               # Dark theme all slides (remove to use light theme)
_class:                                     # First slide
  - invert                                  # Dark theme for title slide
  - lead                                    # Title slide style
footer: Presentation Title | Author Name    # Slide footer
_footer: ""                                 # No footer on title slide
paginate: true                              # Page numbers
_paginate: false                            # No page numbers on title slide
marp: true                                  # Nice preview for the VS Code extension
Date | Author Name | Presentation Title

Light Theme

Light Theme Slide

Date | Author Name | Presentation Title

Bullet Points

  • Show all
  • at once
  • or one
  • by one
Date | Author Name | Presentation Title

Tables

Header Header
Text Text
Date | Author Name | Presentation Title

Images

Date | Author Name | Presentation Title

Background Images

  • Full Size
Date | Author Name | Presentation Title

Background Images Customized

  • 60% slide width
  • 80% image size
Date | Author Name | Presentation Title

Code

#include <iostream>

int main(int /*argc*/, char** /*argv*/)
{
    std::cout << "Code with syntax highlighting!" << std::endl;

    return EXIT_SUCCESS;
}

Date | Author Name | Presentation Title

References

Date | Author Name | Presentation Title