diff options
-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}} |