Redacted version of protocol template for the P-Seminar Deutsch „Einen Podcast erstellen“
 
 
 
 
Go to file
Simon Bruder 23134f9886
Init
2021-12-11 16:14:26 +01:00
.drone.yml Init 2021-12-11 16:14:26 +01:00
.envrc Init 2021-12-11 16:14:26 +01:00
.gitattributes Init 2021-12-11 16:14:26 +01:00
.gitignore Init 2021-12-11 16:14:26 +01:00
LICENSE Init 2021-12-11 16:14:26 +01:00
Makefile Init 2021-12-11 16:14:26 +01:00
README.md Init 2021-12-11 16:14:26 +01:00
flake.lock Init 2021-12-11 16:14:26 +01:00
flake.nix Init 2021-12-11 16:14:26 +01:00
lint.sh Init 2021-12-11 16:14:26 +01:00
podcastproto.cls Init 2021-12-11 16:14:26 +01:00

README.md

Redacted version of protocol template

Since the production repository for the protocols includes personal data, it cant be published. This repository includes a snapshot of the templates used to generate the protocols.

How to get dates of all meetings

grep 'date=\\DTMdisplaydate' -ri *.tex | sort -n | sed -r 's/([0-9]*)-sitzung.tex: date=\\DTMdisplaydate\{([0-9][0-9][0-9][0-9])\}\{([0-9]*)\}\{([0-9]*)\}\{-1\},/\4.\3.\2: \1. Sitzung/' | sed -r 's/(^|\.)([0-9])(\.|:)/\10\2\3/g'

License

The MIT License, see LICENSE for the full text.