-
Notifications
You must be signed in to change notification settings - Fork 0
/
constitution.tex
64 lines (56 loc) · 1.23 KB
/
constitution.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
54
55
56
57
58
59
60
61
62
63
64
\documentclass[12pt]{report}
\usepackage[utf8]{inputenc}
\usepackage{titlepic}
\usepackage{graphicx}
\usepackage[pdftex,bookmarks, bookmarksnumbered=true,
hypertexnames=false]{hyperref}
\usepackage{bookmark}
\title{%
\includegraphics[width=\textwidth]{btp_tone.jpg}\\[1cm]
Constitution and Bylaws
}
\author{WPI Chapter, the Eta Tau, of Beta Theta Pi}
\date{May 3, 2020}
\begin{document}
\input{revision}
\begin{titlepage}
\maketitle
\end{titlepage}
\stepcounter{page}
\begin{center}
\small This document was compiled on \today, from Git revision \Revision.
\end{center}
\clearpage
\input{preamble}
\clearpage
\setcounter{tocdepth}{1}
\tableofcontents
\clearpage
\renewcommand\chaptername{Article}
\input{articles}
\setcounter{chapter}{0}
\renewcommand\chaptername{Item}
\part{Bylaws}
\input{code_of_conduct}
\input{attendance_and_accountability}
\input{meeting_specs}
\input{voting}
\input{elections}
\input{new_exec_board}
\input{kai}
\input{recruitment}
\input{new_mem_process}
\input{committees}
\input{academic_assistance}
\input{payment}
\input{financial_inactivity}
\input{discipline}
\input{housing}
\input{risk}
\input{recognition_ceremonies}
\input{alumni}
\input{finance}
\part{Appendices}
\appendix
\input{appendix}
\end{document}