create example table
This commit is contained in:
parent
38994b1512
commit
754d159d7c
2 changed files with 31 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
|
||||
\definecolor{weborange}{rgb}{1,0.65,0}
|
||||
|
||||
\usepackage{adjustbox}
|
||||
\usepackage{fancyvrb,amsmath}
|
||||
\RecustomVerbatimCommand{\VerbatimInput}{VerbatimInput}%
|
||||
{fontsize=\footnotesize,
|
||||
|
|
|
@ -1 +1,31 @@
|
|||
\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}
|
Reference in a new issue