-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
38 lines (31 loc) · 768 Bytes
/
main.tex
File metadata and controls
38 lines (31 loc) · 768 Bytes
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
\documentclass{scrreport}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{amsmath}
\usepackage[hidelinks]{hyperref}
\usepackage{ifthen}
\usepackage{siunitx}
\usepackage{graphicx}
\usepackage{float}
\usepackage{xcolor}
\usepackage[parfill]{parskip}
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{mdframed}
\usepackage{biblatex}
\addbibresource{main.bib}
\input{requirement_macros.tex}
\title{Toolbox Plane Design Document}
\author{Paul Nykiel}
\date{\today}
\begin{document}
\maketitle
\tableofcontents
\input{chapters/01_intro/main.tex}
\input{chapters/02_requirements/00_main.tex}
\input{chapters/03_safety/main.tex}
\input{chapters/04_interfaces/main.tex}
\printbibliography
\end{document}