-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.tex
57 lines (42 loc) · 1.21 KB
/
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
54
55
56
57
\documentclass{article}
\usepackage[sfdefault]{roboto}
\usepackage[T1]{fontenc}
\usepackage{ulem}
\usepackage{lastpage}
\usepackage{fancyhdr}
\usepackage{enumitem}
\usepackage{newclude}
\usepackage{graphicx}
\graphicspath{ {./images/} }
\newcommand{\inlinemaketitle}{{\let\newpage\relax\maketitle}}
\usepackage[pass]{geometry}
\title{\uline{\bf{University Radio Nottingham Constitution}}}
\author{\vspace{-5ex}}
\date{\vspace{-5ex}}
\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\cfoot{\makebox[\textwidth][c]{Page \thepage\ of \pageref{LastPage}}}
\fancypagestyle{plain}{
\lfoot{}
\rfoot{}
\cfoot{\makebox[\textwidth][c]{Page \thepage\ of \pageref{LastPage}}}
}
\begin{document}
\savegeometry{Mem}
\newgeometry{margin=50pt}
\input{src/core/title.tex}
\input{src/section/definition.tex}
\input{src/section/aims.tex}
\input{src/section/membership.tex}
\input{src/section/officers/index.tex}
\input{src/section/assistants.tex}
\input{src/section/committees/index.tex}
\input{src/section/appointment.tex}
\input{src/section/general-meetings.tex}
\input{src/section/authority.tex}
\input{src/section/dismissals.tex}
\input{src/section/finance.tex}
\input{src/section/constitution.tex}
\end{document}