diff options
Diffstat (limited to '2021')
-rw-r--r-- | 2021/2021-02-22-board.tex | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/2021/2021-02-22-board.tex b/2021/2021-02-22-board.tex new file mode 100644 index 0000000..98ca790 --- /dev/null +++ b/2021/2021-02-22-board.tex @@ -0,0 +1,29 @@ +\input{../preamble/preamble} +\newcommand \meetingtype {styrelsemöte} +\newcommand \meetingdate {22 feb 2021} +\newcommand \lastmeetingdate {25 jan 2021} +\newcommand \meetingplace {Tullen, Majorna, Göteborg} +\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} +Bl.a. kommande aktiviteter och kontakten med biblioteket +diskuterades. Första maj är inte direkt relevant för Fripost i år. +\end{abstract} + + +\end{document} |