From 1cf85dcc67abbd68ff2561ec8e836f765e5b7b00 Mon Sep 17 00:00:00 2001
From: Gustav Eek <gustav.eek@fripost.org>
Date: Mon, 22 Feb 2021 17:08:32 +0100
Subject: Minutes Jan 25, 2021, Initial abstract provided

Abstract provided.

Also Makefile for 2021 and accronymes uppdated.
---
 2021/2021-01-25-board.tex               | 28 ++++++++++++++++++++++++++++
 2021/Makefile                           | 19 +++++++++++++++++++
 preamble/acronyms.tex                   |  3 +++
 resources/board-minutes-template-sv.tex |  4 ++--
 4 files changed, 52 insertions(+), 2 deletions(-)
 create mode 100644 2021/2021-01-25-board.tex
 create mode 100644 2021/Makefile

diff --git a/2021/2021-01-25-board.tex b/2021/2021-01-25-board.tex
new file mode 100644
index 0000000..aa97acd
--- /dev/null
+++ b/2021/2021-01-25-board.tex
@@ -0,0 +1,28 @@
+\input{../preamble/preamble}
+\newcommand \meetingtype {styrelsemöte}
+\newcommand \meetingdate {25 jan 2021}
+\newcommand \meetingplace {Språkbanken, Göteborg, och via video}
+\rhead{\footnotesize \meetingdate}
+
+\begin{document}
+\selectlanguage{swedish}
+\section*{Protokoll, \meetingtype \\ \meetingdate}
+
+\newlength\tempOne%
+\settowidth\tempOne{Tid och plats:\quad}%
+\newlength\tempTwo%
+\setlength\tempTwo{\linewidth}%
+\addtolength{\tempTwo}{-\tempOne}%
+
+\parbox[t]{\tempOne}{%
+  Tid och plats:
+}%
+\parbox[t]{\tempTwo}{\meetingdate, \meetingplace}\mypar
+
+\begin{abstract}
+Årets första möte. Rapportering från höstens aktiviteter och
+utvärdering av dem. Utskick diskuterades och dessutom planerades många
+av årets aktiviteter skissartat.
+\end{abstract}
+
+\end{document}
diff --git a/2021/Makefile b/2021/Makefile
new file mode 100644
index 0000000..26f6bd1
--- /dev/null
+++ b/2021/Makefile
@@ -0,0 +1,19 @@
+# Makefile for minutes
+
+COMPLETES := $(subst .sed.gpg,-complete, $(wildcard *.sed.gpg))
+MINUTES := $(basename $(shell ls *.tex 2> /dev/null | grep -v complete)) \
+
+common-makefile = ../resources/Makefile-common
+
+help:
+	@make -s -f $(common-makefile) help SEND_FILES="$(MINUTES) $(COMPLETES)"
+
+all: $(MINUTES) $(COMPLETES)
+
+%:
+	make -f $(common-makefile) compile FILE=$*
+
+send:
+	make -f $(common-makefile) send SEND_FILES="$(MINUTES)"
+clean:
+	make -f $(common-makefile) clean
diff --git a/preamble/acronyms.tex b/preamble/acronyms.tex
index faaae20..b788526 100644
--- a/preamble/acronyms.tex
+++ b/preamble/acronyms.tex
@@ -49,6 +49,7 @@
 \newcommand \fsfe {\textsc{fsfe}}
 \newcommand \fsf {\textsc{fsf}}
 \newcommand \fsff {Free Software Foundation (\textsc{fsf})}
+\newcommand \gb {\textsc{gb}}
 \newcommand \gbg {\textsc{gbg}}
 \newcommand \gdpr {\textsc{gdpr}}
 \newcommand \gdprr {Allmänna dataskyddsförordningen (\textsc{gdpr}, \textit{General Data Protection Regulation})}
@@ -112,6 +113,7 @@
 \newcommand \prqq {PeriQ Networks (\textsc{})}
 \newcommand \psu {\textsc{psu}}
 \newcommand \psuu {Power Supply Unit (\textsc{psu})}
+\newcommand \ram {\textsc{ram}}
 \newcommand \raid {\textsc{raid}}
 \newcommand \rfc {\textsc{rfc}}
 \newcommand \savanna {\texthost{savanna}}
@@ -139,6 +141,7 @@
 \newcommand \tlss {\textsc{tls} (Transport Layer Secuity)}
 \newcommand \udp {\textsc{udp}}
 \newcommand \usb {\textsc{usb}}
+\newcommand \vcpu {\textsc{vcpu}}
 \newcommand \vlan {\textsc{vlan}} % virtual LAN, different LAN:s on the same broadcast domain
 \newcommand \vm {\textsc{vm}} % virtual machine
 \newcommand \vmm {\vm\ (virtuell maskin)}
diff --git a/resources/board-minutes-template-sv.tex b/resources/board-minutes-template-sv.tex
index 62ac346..de2117f 100644
--- a/resources/board-minutes-template-sv.tex
+++ b/resources/board-minutes-template-sv.tex
@@ -1,7 +1,7 @@
 \input{../preamble/preamble}
 \newcommand \meetingtype {styrelsemöte}
-\newcommand \meetingdate {19 november 2012}
-\newcommand \lastmeetingdate {19 november}
+\newcommand \meetingdate {2021}
+\newcommand \lastmeetingdate {2021}
 \newcommand \meetingplace {Språkbanken, Göteborg}
 \rhead{\footnotesize \meetingdate}
 
-- 
cgit v1.2.3