blob: 49c6350847946daae4f1eb32925540f62b5887fd (
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
|
\makeatletter
\def\input@path{{.}{..}}
\makeatother
\input{preamble_}
\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}
|