blob: 39cdc74bf478bc5d92f8b4919ab6bac57f3b2c95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
\makeatletter
\def\input@path{{.}{..}}
\makeatother
\input{preamble_}
\usepackage{hyperref}
\newcommand\mytitle{Propositioner och motioner till Friposts årsmöte 2020}
\rhead{\footnotesize \footnotesize \mytitle}
\begin{document}
\section*{\mytitle}
\allsectionsfont{\normalsize\raggedright\sffamily\color{grayFri}}
\renewcommand{\labelitemi}{\enumiform$\bullet$}
\renewcommand{\labelitemii}{\enumiform$\circ$}
\renewcommand{\labelenumi}{\enumiform \thesection.\arabic{enumi}}
\renewcommand{\labelenumii}{\enumiform (\alph{enumii})}
\input{2020-a-medlemskap_}
\input{2020-b-beslut_}
\end{document}
|