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