-
Notifications
You must be signed in to change notification settings - Fork 6
/
main.tex
31 lines (25 loc) · 922 Bytes
/
main.tex
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
28
29
30
31
\documentclass{constitution}
\newcommand{\paperTitle}{HackSoc Constitution}
\setlength{\parskip}{0.3em}
\newcommand{\getenv}[2][]{%
\CatchFileEdef{\temp}{"|kpsewhich --var-value #2"}{}%
\if\relax\detokenize{#1}\relax\temp\else\let#1\temp\fi}
\begin{document}
% Heading and Recognition Date
\input{src/meta/header.tex}
\noindent
% Society Name Section
\input{src/core/society-name.tex}
\input{src/core/aims-and-objectives}
\input{src/core/union-policies.tex}
\input{src/sections/membership/index.tex}
\input{src/sections/committee/index.tex}
\input{src/sections/special-interest-groups/index.tex}
\input{src/sections/working-groups/index.tex}
\input{src/sections/finance/index.tex}
\input{src/sections/elections/index.tex}
\input{src/sections/appointment/index.tex}
\input{src/sections/general-meetings/index.tex}
\input{src/sections/constitution/index.tex}
\input{src/sections/authority/index.tex}
\end{document}