create example table

This commit is contained in:
Florian Hoss 2022-06-16 12:58:26 +02:00
parent 38994b1512
commit 754d159d7c
2 changed files with 31 additions and 0 deletions

View file

@ -30,6 +30,7 @@
\definecolor{backcolour}{rgb}{0.95,0.95,0.92} \definecolor{backcolour}{rgb}{0.95,0.95,0.92}
\definecolor{weborange}{rgb}{1,0.65,0} \definecolor{weborange}{rgb}{1,0.65,0}
\usepackage{adjustbox}
\usepackage{fancyvrb,amsmath} \usepackage{fancyvrb,amsmath}
\RecustomVerbatimCommand{\VerbatimInput}{VerbatimInput}% \RecustomVerbatimCommand{\VerbatimInput}{VerbatimInput}%
{fontsize=\footnotesize, {fontsize=\footnotesize,

View file

@ -1 +1,31 @@
\section{Part 1: Assets and Threats} \section{Part 1: Assets and Threats}
\begin{table}[ht]
\centering
\begin{adjustbox}{width=1\textwidth}
\small
\begin{tabular}{r|l|l|l|l|l|l|l|l|l|l|l}
\textbf{No} & \textbf{Name} & \textbf{Description} & \textbf{Owner} & \textbf{Maintainer} & \textbf{Location} & \textbf{CIA} & \textbf{PI} & \textbf{Access privs} & \textbf{Category} & \textbf{Asset value} & \textbf{Business criticality} \\
\hline
1 & & & & & & & & & & & \\
\hline
2 & & & & & & & & & & & \\
\hline
3 & & & & & & & & & & & \\
\hline
4 & & & & & & & & & & & \\
\hline
5 & & & & & & & & & & & \\
\hline
6 & & & & & & & & & & & \\
\hline
7 & & & & & & & & & & & \\
\hline
8 & & & & & & & & & & & \\
\hline
9 & & & & & & & & & & & \\
\hline
10 & & & & & & & & & & & \\
\end{tabular}
\end{adjustbox}
\end{table}