Skip to content
Snippets Groups Projects
Commit 2cced396 authored by Phuc Tran Truong's avatar Phuc Tran Truong
Browse files

exclude subsubsections from table of contents and make sw architecture diagram bigger

parent 308174f6
Branches
No related merge requests found
......@@ -42,9 +42,15 @@
\definecolor{light-gray}{gray}{0.85}
\setcounter{tocdepth}{2} %exclude subsubsections from table of contents
%%% COMMANDS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\tabHead}[1]{\parbox{0.14\textwidth}{\medskip\textbf{#1}\medskip}}
\newcommand{\tabBody}[1]{\parbox{0.81\textwidth}{\medskip #1 \medskip}}
\newcommand{\changelocaltocdepth}[1]{%
\addtocontents{toc}{\protect\setcounter{tocdepth}{#1}}%
\setcounter{tocdepth}{#1}%
}
%%% META INFORMATION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{Hochautomatisiertes Fahren}
......
......@@ -205,7 +205,7 @@
\begin{figure}[h]
\begin{center}
%\includegraphics[width=\textwidth]{SoftwareArchitektur} %photo
\includegraphics[width=0.8\textwidth]{sw_architektur} % some elements missing/ not recognizable
\includegraphics[scale=0.45]{sw_architektur} % some elements missing/ not recognizable
\end{center}
\caption{Softwarearchitektur}
\label{fig:sw-arch}
......
......@@ -32,7 +32,7 @@
%zwischen den Gruppen statt. Im Sinne des Projektes können an Hand
%dieser Vergleiche einzelne Komponenten zwischen den Gruppen
%ausgetauscht werden, bevor diese mit der Entwicklung fortfahren.
\changelocaltocdepth{1}
\subsubsection*{MS - Mitte November}\label{MS:beginNov}
\addcontentsline{toc}{subsection}{\nameref{MS:beginNov}}
\begin{itemize}
......@@ -96,6 +96,7 @@
\begin{itemize}
\item Implementierung weiterer Ausbaustufen
\end{itemize}
\changelocaltocdepth{2}
\subsection{Aufbau des Dokuments}
%V Bild von Franz
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment