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

Comment out requirements section from documentation

parent f224e26d
No related merge requests found
......@@ -9,7 +9,8 @@
\usepackage[hidelinks]{hyperref}
\usepackage{tabularx} % used for better table formatting see: https://en.wikibooks.org/wiki/LaTeX/Tables#The_tabularx_package
\usepackage[table]{xcolor}
\usepackage{float} % used to allow the [H] option for tabels, ect.
\usepackage{float} % used to allow the [H] option for tables, etc.
\usepackage{verbatim} % makes multiline comments possible via \begin{comment}\end{comment}
%%% GLOSSARY %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{../glossary.tex}
......@@ -616,6 +617,8 @@ Weitere Information sind in Tabelle~\ref{tab:UC:laneKeeping} zu finden.
\caption{Details zum UC - Fahrbahn folgen} \label{tab:UC:laneKeeping}
\end{table}
%Commenting this section out
\begin{comment}
\section{Funktionale Anforderungen}
\subsection{Anforderungen an das allgemeine Fahrzeugverhalten (RQ - GVXX)}
\subsubsection*{RQ - GV10 Emergency-Stop}\label{RQ:emergencyStop}
......@@ -835,7 +838,8 @@ ausgetauscht werden, bevor diese mit der Entwicklung fortfahren.
\begin{itemize}
\item Fertigstellung der Platooning-Protokoll-Implementation
\end{itemize}
\end{comment}
% Commented this section out
% Glossary
......
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