diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2024-07-14 09:56:48 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2024-07-15 11:34:45 +0200 |
commit | 6ca5b89bb9ca44fde227a67ec5de403a660149fc (patch) | |
tree | c6fce06f8197e0b98770d967b9406ce1360e4250 /lib/tmpl | |
parent | 7c7ea5ae027c0f0b353aef54749b34957cf05c59 (diff) |
System. Create a minute outline script and add exerption
The *outline-minutes* script generates a minute outline from an
agenda. This commit contains the script, a Make target and minute
template files (markdown and yaml).
Also add a minute excrption from encrypted markdown to Makefile
Diffstat (limited to 'lib/tmpl')
-rw-r--r-- | lib/tmpl/minutes.md | 17 | ||||
-rw-r--r-- | lib/tmpl/minutes.yml | 3 |
2 files changed, 20 insertions, 0 deletions
diff --git a/lib/tmpl/minutes.md b/lib/tmpl/minutes.md new file mode 100644 index 0000000..6dc6094 --- /dev/null +++ b/lib/tmpl/minutes.md @@ -0,0 +1,17 @@ +Tid och plats + +: + +Deltagare + +: + + +$body$ + + +```{=latex} +\signatureline{ , mötessekreterare} +\hfill +\signatureline{ , justeringsperson} +``` diff --git a/lib/tmpl/minutes.yml b/lib/tmpl/minutes.yml new file mode 100644 index 0000000..0737c05 --- /dev/null +++ b/lib/tmpl/minutes.yml @@ -0,0 +1,3 @@ +title: $title$ +author: Fripost +date: $date$ |