diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2021-05-20 10:23:04 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2021-05-20 10:23:44 +0200 |
commit | 254c8bf32a9fabc90d7539356191207048e62598 (patch) | |
tree | 82570cbf786e7db5de4cee07186e0704d6a55e2b | |
parent | 5027badbfbf8568a22f1058baed0c0a7819cdab9 (diff) |
Minutes Nov 23, 2020. Abstract provided.
-rw-r--r-- | 2020/2020-11-23-board.tex | 40 | ||||
-rw-r--r-- | preamble/acronyms.tex | 1 |
2 files changed, 41 insertions, 0 deletions
diff --git a/2020/2020-11-23-board.tex b/2020/2020-11-23-board.tex new file mode 100644 index 0000000..8e54f66 --- /dev/null +++ b/2020/2020-11-23-board.tex @@ -0,0 +1,40 @@ +\input{../preamble/preamble} +\newcommand \meetingtype {styrelsemöte} +\newcommand \meetingdate {23 nov 2020} +\newcommand \meetingplace {Språkbanken, Göteborg, och på distans} +\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 + +\parbox[t]{\tempOne}{% + Deltagare: +}% +\parbox[t]{\tempTwo}{\mbox{}\vspace{-2\baselineskip}\vspace{2pt}% + \begin{multicols}{3}% + \end{multicols}% +} +\newcommand \meetingchairman {Stian Rødven Eide} +\newcommand \meetingsecretary {Gustav Eek} +\newcommand \approval {Leif-Jöran Olsson} + +\begin{abstract} + Mötet innehöll rapportering från den segdragna driftstörningen som + nu är ur vägen. Intern kommunikation diskuterades. Julfesten + beslutades att den skulle ordnas. +\end{abstract} + + +\end{document} diff --git a/preamble/acronyms.tex b/preamble/acronyms.tex index c500974..3230e74 100644 --- a/preamble/acronyms.tex +++ b/preamble/acronyms.tex @@ -85,6 +85,7 @@ \newcommand \lann {\textsc{lan} (\textit{Local Area Network})} \newcommand \ldap {\textsc{ldap}} \newcommand \ldapp {\ldap\ (Lightweight Directory Access Protocol)} +\newcommand \levante {\texthost{levante}} \newcommand \lool {\textsc{lool}} \newcommand \looll {LibreOffice Online (\lool)} \newcommand \luxemburg {\texthost{luxemburg}} |