This repository has been archived by the owner on Feb 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
report.tex
81 lines (67 loc) · 1.9 KB
/
report.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
\documentclass[12pt,oneside,english]{report}
\usepackage[utf8]{inputenc}
\usepackage[a4paper,width=150mm,top=25mm,bottom=25mm]{geometry}
\usepackage[binary-units=true]{siunitx}
\usepackage[english=american]{csquotes}
\usepackage[hidelinks]{hyperref}
\usepackage[english]{babel}
\usepackage[nooldvoltagedirection]{circuitikz}
\usepackage[style=iso-numeric,minnames=1,maxnames=3,giveninits,uniquename=init]{biblatex}
\usepackage[T1]{fontenc}
\usepackage[super]{nth}
\usepackage{amsmath}
\usepackage{array}
\usepackage{booktabs}
\usepackage{caption}
\usepackage{datetime}
\usepackage{fancyhdr}
\usepackage{float}
\usepackage{fontawesome5}
\usepackage{graphicx}
\usepackage{lipsum}
\usepackage{pgfplots}
\usepackage{subcaption}
\usepackage{svg}
\usepackage{tabularx}
\usepackage{tikz-qtree}
\usepackage{tikz}
\usepackage{contour}
\usepackage{tocbibind}
\addbibresource{references.bib}
\setlength{\bibhang}{0cm} % left-align bibliography
\setlength{\headheight}{15pt}
% textidote: ignore begin
\captionsetup{justification=centering}
% textidote: ignore end
\pagestyle{fancy}
\fancyhead{}
\fancyhead[L]{\leftmark}
\fancyfoot{}
\fancyfoot[C]{\thepage}
\setlength{\headheight}{15pt}
\renewcommand{\chaptermark}[1]{\markboth{\chaptername{} \ \thechapter.\ #1}{}}
\graphicspath{{images/} {matlab/}}
\sisetup{locale = US}
\usetikzlibrary{angles,arrows.meta,calc,math,positioning,shadows,trees,quotes}
\tikzset{>=Stealth}
\pgfplotsset{width=9cm,compat=newest}
\tikzset{
invisible/.style={opacity=0},
visible on/.style={alt={#1{}{invisible}}},
alt/.code args={<#1>#2#3}{},
}
\renewcommand*{\mkcitation}[1]{ #1}
\title{Passive Radar}
\date{December 2020}
\author{Andreas Baulig}
\begin{document}
\include{report/titlepage}
\include{report/abstract}
\include{report/declaration}
\tableofcontents
\listoffigures
\include{report/introduction}
\include{report/theory_of_operation}
\include{report/conclusion}
\printbibliography
\end{document}