Skip to content

Commit

Permalink
Statutes directly from current statutes but in LaTeX
Browse files Browse the repository at this point in the history
  • Loading branch information
eweilow committed Dec 10, 2019
1 parent e828b2f commit a6c9312
Show file tree
Hide file tree
Showing 8 changed files with 474 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
*.aux
*.fdb_latexmk
*.fls
*.log
*.out
*.synctex.gz
*.pdf
*.toc
*.tdo
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 71 additions & 0 deletions setup.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
\documentclass[11pt, a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage[margin={3cm},headheight=30pt]{geometry}

\usepackage[default]{sourcesanspro}

\usepackage{hyperref}
\usepackage{xkeyval}
\usepackage{apacite}
\usepackage[T1]{fontenc}
\usepackage{newpxtext,newpxmath}
\usepackage{fancyhdr}
\usepackage{extramarks}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{changepage}
\usepackage{chngcntr}
\usepackage{blindtext}
\usepackage{float}
\usepackage{listings}
\usepackage{color}
\usepackage{xcolor}
\usepackage{titling}
\usepackage{enumitem}
\usepackage[explicit]{titlesec}


\title{
\includegraphics[width=5cm]{logo.png}
\\
\vspace{2cm}
\bfseries{\Huge{\documenttitle}}
\\
\vspace{0.5cm}
\bfseries{\Large{\color{headerGray}{Association of Engineering Students in Rocketry}}}
}
\date{\lastrevised}


\definecolor{headerGray}{gray}{0.4}

\renewcommand{\headrulewidth}{0pt}
\pagestyle{fancy}
\fancyhf{}
\lhead{\raisebox{-0.1\height}{\includegraphics[height=10mm]{logo.png}}}

\chead{}

\rhead{
\textbf{
\documenttitle
}
\\
\vspace{4pt}
\lastrevised
}
\rfoot{\thepage}



\renewcommand{\thesection}{§ \arabic{section}}

\addtocontents{toc}{\setcounter{tocdepth}{1}}

\titleformat{name=\section,numberless}[block]{\centering\normalfont\Large\bfseries}{}{1em}{\addcontentsline{toc}{section}{#1}#1}

\titleformat{\section}[block]{\normalfont\large\bfseries}{\thesection}{1em}{#1}

\renewcommand{\thesubsection}{§ \arabic{subsection}}
26 changes: 26 additions & 0 deletions statutes.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
\input{statutes/title.tex}
\input{setup.tex}

\begin{document}

\maketitle
\thispagestyle{empty}
\newpage

\pagenumbering{roman}
\input{statutes/revisions.tex}
\newpage

\tableofcontents
\newpage

\setcounter{page}{1}
\pagenumbering{arabic}


\input{statutes/paragraphs.tex}

\newpage
\input{statutes/definitions.tex}

\end{document}
24 changes: 24 additions & 0 deletions statutes/definitions.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
\section*{Definitions}

Definitions are more detailed explanations of what words in the statutes are supposed to mean. The purpose of this section is to avoid misunderstanding because of translations from Swedish (of other languages) association terminology. The definitions are not part of the statutes but accepted interpretations of words in the statutes.

\subsection*{Non-profit}
This is a translation of the Swedish word “ideell”.

\subsection*{Motions}
Suggestions from members that are decided about in the meeting. All members have the right to send motions to the board before the meeting and the suggestions have to be brought up during the meeting (“motioner” in Swedish).

\subsection*{Bills}
The same as motions except the suggestion is from the board (“propositioner” in Swedish). Note that individual board members can send motions as well; bills are suggestions from the entire board.

\subsection*{AOB}
Any other Business

\subsection*{General meeting}
The general meeting is the highest decision making organ of the association, the board functions on their behalf.

\subsection*{Discharge of liability}
During the spring meeting the association always votes about this. Discharge of liability means that the board is no longer responsible for mistakes they made during the year. If it is denied by the annual meeting, the members of the association have one year to press charges against the board (“Frågan om ansvarsfrihet” in Swedish).

\subsection*{Unanimous decision}
That no one objects the decision.
Loading

0 comments on commit a6c9312

Please sign in to comment.