Skip to content

Instantly share code, notes, and snippets.

@carneeki
Created October 4, 2012 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save carneeki/3835945 to your computer and use it in GitHub Desktop.
Save carneeki/3835945 to your computer and use it in GitHub Desktop.
Requirements Traceability Matrix
\chapter{Requirements Traceability Matrix}
\begin{table}[!htb]
\rowcolors{2}{gray!12.5}{white}
\begin{tabularx}{\linewidth}{ c c c l c X }
ID & From-ID & To-ID & Type & Build \# & Use Case/Class etc\ldots \\ \hline
\texttt{X-YY-nn} & \texttt{X-YY-nn} & \texttt{X-YY-nn} & Type & Build Number &
Use Case Name \\
\texttt{X-YY-nn} & \texttt{X-YY-nn} & \texttt{X-YY-nn} & Type & Build Number &
Use Case Name \\
\texttt{X-YY-nn} & \texttt{X-YY-nn} & \texttt{X-YY-nn} & Type & Build Number &
Use Case Name \\
\texttt{X-YY-nn} & \texttt{X-YY-nn} & \texttt{X-YY-nn} & Type & Build Number &
Use Case Name \\
\texttt{X-YY-nn} & \texttt{X-YY-nn} & \texttt{X-YY-nn} & Type & Build Number &
Use Case Name \\
\end{tabularx}
\label{tab:Requirements Traceability Matrix}
\caption{Requirements Traceability Matrix}
\end{table}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment