summaryrefslogtreecommitdiffstats
path: root/Dokument/Teknisk Dokumentation/root.tex
blob: 30943268470a9743653f8483a19b1919c52a3870 (plain) (blame)
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
 \documentclass[10pt,oneside,swedish]{lips-no_customer}

%\usepackage[square]{natbib}\bibliographystyle{plainnat}\setcitestyle{numbers}
\usepackage[round]{natbib}\bibliographystyle{plainnat}
\usepackage{parskip}

% Configure the document
\title{Teknisk dokumentation}
\author{Yc4}
\date{\today}
\version{0.3}

\reviewed{}{}
\approved{}{}

\projecttitle{Styrning och optimering av bilbana}

\groupname{Yc4}
\groupemail{team\_yc4@liuonline.onmicrosoft.com}
\groupwww{https://www.fs.isy.liu.se/Edu/Courses/TFYY51/}

\coursecode{TFYY51}
\coursename{Ingenjörsprojekt}

\orderer{Erik Frisk, Linköpings universitet}
\ordererphone{+46(0)13-285714}
\ordereremail{erik.frisk@liu.se}

%\customer{Kund, Företag X}
%\customerphone{+46 xxxxxx}
%\customeremail{erik.frisk@liu.se}

\courseresponsible{Urban Forsberg}
\courseresponsiblephone{+46(0)13-281350}
\courseresponsibleemail{urban.forsberg@liu.se}

\supervisor{Viktor Leek}
\supervisorphone{+46(0)13-284493}
\supervisoremail{viktor.leek@liu.se}

\smalllogo{logo} % Page header logo, filename
\biglogo{logo} % Front page logo, filename

\cfoot{\thepage}
\begin{document}
\maketitle

\cleardoublepage
\makeprojectid

\begin{center}
  \Large Projektdeltagare
\end{center}
\begin{center}
  \begin{tabular}{|l|l|l|}
    \hline
			\textbf{Namn} & \textbf{Ansvar} & \textbf{Kontaktinformation}\\
		\hline
			Mattias Uvesten & Projektledare (PL) & 0768697559\\
			&& \url{matvu053@student.liu.se} \\
    \hline
			Gustav Sörnäs & Dokument, display (DOK, DSP) & 0703279113\\
			&& \url{gusso230@student.liu.se} \\
    \hline
			Alexander Tuneskog & Hastighet (SPD) & 0725559873 \\
			&& \url{aletu130@student.liu.se} \\
    \hline
			David Thorén & Tester, gemensam målgång (TST, GML) & 0721838605 \\
			&& \url{davth346@student.liu.se} \\
    \hline
			Albin Wahlén & Kalibrering, positionering (KLB, POS) & 0762016054 \\
			&& \url{albwa833@student.liu.se} \\
    \hline
  \end{tabular}
\end{center}

\section*{Dokumenthistorik}
\begin{tabular}{p{.06\textwidth}|p{.1\textwidth}|p{.45\textwidth}|p{.13\textwidth}|p{.13\textwidth}} 
  \multicolumn{1}{c}{\bfseries Version} & 
  \multicolumn{1}{|c}{\bfseries Datum} & 
  \multicolumn{1}{|c}{\bfseries Utförda förändringar} & 
  \multicolumn{1}{|c}{\bfseries Utförda av} & 
  \multicolumn{1}{|c}{\bfseries Granskad}\\
  \hline
		0.1 & 2019-11-28 & Struktur & Alla \\
  \hline
		0.2 & 2019-11-30 & Första utkast & Alla & \\
  \hline
		0.3 & 2019-12-01 & Andra utkast & Alla & \\
  \hline
\end{tabular}

\cleardoublepage
\pagenumbering{arabic}\cfoot{\thepage}
% \input{text/00-sammanfattning}

\cleardoublepage
\tableofcontents
\cleardoublepage

\input{text/01-inledning}
\input{text/02-system}
\input{text/03-systembeskrivning}
\input{text/04-events}
\input{text/05-end}

\bibliography{references}

\cleardoublepage
\appendix
\input{appendix/01-handhavande}
\input{appendix/02-funktion}
\input{appendix/03-material}
\input{appendix/04-tester}
\input{appendix/05-kravbeskrivning}

\end{document}