This is a template repository for Marp Slides with a TUM theme. Marp is a markdown presentation ecosystem that allows you to create slides by writing simple markdown.
You can find a live demo at https://hofbi.github.io/tum-marp-template/
Download the PDF.
Follow the setup on the Marp CLI repository or use our docker-compose.yml
.
# Learn the CLI
docker compose run generate --help
# Generate slides
docker compose run generate --input-dir ./slides # Generate html
docker compose run generate --input-dir ./slides --pdf # Pdf
docker compose run generate --input-dir ./slides --pptx # Powerpoint
# Fast Live Serve of the slides
docker compose up # Access the slides on http://localhost:8080
This template was created as part of the Software Engineering Lab presented in 2022 IEEE/ACM 4th International Workshop on Software Engineering Education for the Next Generation (SEENG) [PDF]. If you use our template please cite our paper.
@inproceedings{hofbauer_2022,
title = {Teaching Software Engineering As Programming Over Time},
booktitle = {IEEE/ACM 4th International Workshop on Software Engineering Education for the Next Generation},
address = {Virtual Event},
author = {Hofbauer, Markus and Bachhuber, Christoph and Kuhn, Christopher and Steinbach, Eckehard},
month = {May},
year = {2022},
pages = {1--8},
}