You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.drone.yml | 2 years ago | |
.envrc | 2 years ago | |
.gitattributes | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
flake.lock | 2 years ago | |
flake.nix | 2 years ago | |
lint.sh | 2 years ago | |
podcastproto.cls | 2 years ago |
README.md
Redacted version of protocol template
Since the production repository for the protocols includes personal data, it can’t 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.