diff options
| author | Mattias Uvesten <matuv053@student.liu.se> | 2019-12-02 21:27:21 +0100 |
|---|---|---|
| committer | Mattias Uvesten <matuv053@student.liu.se> | 2019-12-02 21:27:21 +0100 |
| commit | cf76f528129877b94988c38d14daced605cbaa71 (patch) | |
| tree | 832985d93d096caa9faf5a24839cbe6c88d9c062 /Dokument/Teknisk Dokumentation/root.tex | |
| parent | 34d01a5dc128f3a1819c36b7f9e93d07532fcbdb (diff) | |
| parent | dfe52de86d600654343968fea54a189f1ec9e8cc (diff) | |
| download | tfyy51-cf76f528129877b94988c38d14daced605cbaa71.tar.gz | |
Merge branch 'master' of https://gitlab.liu.se/vehsys/tfyy51/yc4_2019
Diffstat (limited to 'Dokument/Teknisk Dokumentation/root.tex')
| -rw-r--r-- | Dokument/Teknisk Dokumentation/root.tex | 63 |
1 files changed, 46 insertions, 17 deletions
diff --git a/Dokument/Teknisk Dokumentation/root.tex b/Dokument/Teknisk Dokumentation/root.tex index 89fa89c..5accf7f 100644 --- a/Dokument/Teknisk Dokumentation/root.tex +++ b/Dokument/Teknisk Dokumentation/root.tex @@ -2,12 +2,18 @@ %\usepackage[square]{natbib}\bibliographystyle{plainnat}\setcitestyle{numbers} \usepackage[round]{natbib}\bibliographystyle{plainnat} +\usepackage{parskip} +%\usepackage{subfigure} +%\usetikzlibrary{decorations.pathreplacing,angles,quotes} + +\usepackage{pgfplots} +\usepackage{pgfplotstable} % Configure the document \title{Teknisk dokumentation} \author{Yc4} \date{\today} -\version{0.1} +\version{0.4} \reviewed{}{} \approved{}{} @@ -23,7 +29,7 @@ \orderer{Erik Frisk, Linköpings universitet} \ordererphone{+46(0)13-285714} -\ordereremail{ordere@liu.se} +\ordereremail{erik.frisk@liu.se} %\customer{Kund, Företag X} %\customerphone{+46 xxxxxx} @@ -31,7 +37,7 @@ \courseresponsible{Urban Forsberg} \courseresponsiblephone{+46(0)13-281350} -\courseresponsibleemail{urban.frsberg@liu.se} +\courseresponsibleemail{urban.forsberg@liu.se} \supervisor{Viktor Leek} \supervisorphone{+46(0)13-284493} @@ -53,46 +59,69 @@ \begin{center} \begin{tabular}{|l|l|l|} \hline - \textbf{Namn} & \textbf{Ansvar} & \textbf{E-post}\\ + \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} & +\begin{tabular}{|p{.06\textwidth}|p{.1\textwidth}|p{.45\textwidth}|p{.13\textwidth}|p{.13\textwidth}|} + \hline + \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}\\ + \multicolumn{1}{|c|}{\bfseries Granskad}\\ \hline + \hline + 0.1 & 2019-11-28 & Struktur & Alla & \\ \hline - 0.1 & 2019-11-26 & Förberedande struktur & Albin & \\ + 0.2 & 2019-11-30 & Första utkast & Alla & \\ \hline + 0.3 & 2019-12-01 & Andra utkast & Alla & 2019-12-02 \\ + \hline + 0.4 & 2019-12-02 & Tredje utkast & Alla & \\ + \hline + \end{tabular} \cleardoublepage \pagenumbering{arabic}\cfoot{\thepage} -\input{text/00-sammanfattning} +% \input{text/00-sammanfattning} \cleardoublepage \tableofcontents \cleardoublepage \input{text/01-inledning} -\input{text/02-metod} -\input{text/03-system} -\input{text/04-resultat} -\input{text/05-diskussion} - -\bibliography{references} +\input{text/02-system} +\input{text/03-systembeskrivning} +\input{text/04-events} +\input{text/05-end} +\input{text/06-resultat} \cleardoublepage \appendix \input{appendix/01-handhavande} \input{appendix/02-funktion} -\input{appendix/03-testprocedur} -\input{appendix/04-testprotokoll} +\input{appendix/03-material} +\input{appendix/04-tester} \input{appendix/05-kravbeskrivning} + \end{document} |
