Skip to content
Snippets Groups Projects
Commit 2f17f778 authored by Daniel Björk's avatar Daniel Björk
Browse files

Fixed system design chapter indexing and mergefix

parents 8e52cc9a 77fa9f5d
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -94,6 +94,11 @@ ...@@ -94,6 +94,11 @@
{}{}{0pt}{} {}{}{0pt}{}
} }
% For the ability to change itemize-bullets
\usepackage{enumitem}
% For tickmarks
\usepackage{amssymb}
\makeatletter \makeatletter
\newcommand{\sectionauthor}[1]{% \newcommand{\sectionauthor}[1]{%
...@@ -104,7 +109,7 @@ ...@@ -104,7 +109,7 @@
} }
\newcommand{\subsectionauthor}[1]{% \newcommand{\subsectionauthor}[1]{%
{\parindent0pt\vspace*{-5pt}% {\parindent0pt\vspace*{-5pt}%
\linespread{1.1}\large\scshape#1% \linespread{1.1}\normalsize\scshape#1%
\par\nobreak\vspace*{10pt}} \par\nobreak\vspace*{10pt}}
\@afterheading% \@afterheading%
} }
... ...
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
\usepackage{bytefield} \usepackage{bytefield}
\include{latexoptions} \include{latexoptions}
% For coloured tables.
\begin{document} \begin{document}
...@@ -84,6 +85,9 @@ ...@@ -84,6 +85,9 @@
\input{./components/ir} \label{sec:IR} \input{./components/ir} \label{sec:IR}
\input{./components/flightcontroller} \input{./components/flightcontroller}
\input{./components/copterparts} \input{./components/copterparts}
\input{./components/circuitboards}
\input{./components/connectionsandwiring}
\input{./components/casesandmounts}
\newpage \newpage
...@@ -99,19 +103,12 @@ ...@@ -99,19 +103,12 @@
\input{./implementation/ppm.tex} \input{./implementation/ppm.tex}
\input{./implementation/motor-stepper.tex} \input{./implementation/motor-stepper.tex}
\input{./implementation/ethernet-lidar.tex} \input{./implementation/ethernet-lidar.tex}
\input{./implementation/flight-controller.tex} \input{./implementation/flightcontroller_imp.tex}
\input{./implementation/collision-avoidance.tex} \input{./implementation/collision-avoidance.tex}
\newpage \newpage
\section{Result} \section{Result}
\subsection{Delivery} \input{./chapters/result.tex}
\subsection{Testing}
\subsubsection{Testing Strategy}
\subsubsection{Regression Hazards}
\subsubsection{Support Functions and Instructions}
\newpage \newpage
... ...
......
\subsection{Static Design}
\subsubsection{Class Diagram}
\begin{figure}[H]
\centering
\includegraphics[width=\textwith]{~/documents/D7039E/ConexReport/uml}
\end{figure}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment