-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
53 lines (31 loc) · 990 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
\documentclass[12pt]{constitution}
\usepackage{mathpazo}
\title{The Rensselaer Union Constitution}
\author{Effective as of April 5, 2018, including amendments \\ passed by campus-wide referenda.}
\date{}
\setlength{\parindent}{0pt}
\begin{document}
\maketitle
\setcounter{tocdepth}{0}
\tableofcontents
\newpage
\input{articles/name.tex}
\input{articles/membership.tex}
\input{articles/purpose.tex}
\input{articles/officers.tex}
\input{articles/director_of_the_union.tex}
\input{articles/treasurer_of_the_union.tex}
\input{articles/organizations.tex}
\input{articles/elections.tex}
\input{articles/limitations_of_office.tex}
\input{articles/removals.tex}
\input{articles/succession.tex}
\input{articles/petitions_and_referenda.tex}
\input{articles/amendments.tex}
\input{articles/liability.tex}
\renewcommand\thearticle{\Roman{article}}
\newpage
\input{amendments/membership_and_eligibility.tex}
\newpage
\input{amendments/modification_of_procedure.tex}
\end{document}