-
Notifications
You must be signed in to change notification settings - Fork 0
/
constitution.tex
47 lines (32 loc) · 1.17 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
\documentclass{article}
\usepackage{graphicx} % Images
\usepackage[colorlinks=true, linkcolor=black]{hyperref} % Hyperlinks
\newcommand{\refarticle}[1]{Article~\ref{#1}}
\newcommand{\refsection}[1]{Section~\ref{#1}}
\newcommand{\article}[1]{\section{#1}\label{#1}}
\newcommand{\asection}[1]{\subsection{#1}\label{#1}}
\newcommand{\inputarticle}[1]{\newpage~\input{#1}}
\pagestyle{myheadings}
\markright{{\rm BFHS-Open Constitution \hfill Page }}
\renewcommand*{\thesubsection}{\thesection.\Alph{subsection}}
% Title
\title{Benjamin Franklin High School \\ BFHS-Open Constitution}
\date{Ratified: March 6, 2023}
\author{Last Modified: \today}
\begin{document}
\maketitle
\includegraphics[width=\textwidth]{./assets/logo.png}
\newpage
% Table of contents
\tableofcontents
% Articles
\inputarticle{./articles/article-01.tex}
\inputarticle{./articles/article-02.tex}
\inputarticle{./articles/article-03.tex}
\inputarticle{./articles/article-04.tex}
\inputarticle{./articles/article-05.tex}
\inputarticle{./articles/article-06.tex}
\inputarticle{./articles/article-07.tex}
\inputarticle{./articles/article-08.tex}
\inputarticle{./articles/article-09.tex}
\end{document}