diff options
author | W. Kosior <koszko@koszko.org> | 2024-12-18 07:20:35 +0100 |
---|---|---|
committer | W. Kosior <koszko@koszko.org> | 2024-12-18 07:32:27 +0100 |
commit | 8e0d7716dd73a2e3f042c3c8d61d04dfec5adef3 (patch) | |
tree | ba8c4f0500e4ae091c6cfb66184ec12dc145044f /techniques_table_doc.tex | |
parent | b94e315bc34bd5ce93d69d68b2837dc968a4a39a (diff) | |
download | AGH-threat-intel-course-8e0d7716dd73a2e3f042c3c8d61d04dfec5adef3.tar.gz AGH-threat-intel-course-8e0d7716dd73a2e3f042c3c8d61d04dfec5adef3.zip |
Generate a techniques table.
Diffstat (limited to 'techniques_table_doc.tex')
-rw-r--r-- | techniques_table_doc.tex | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/techniques_table_doc.tex b/techniques_table_doc.tex new file mode 100644 index 0000000..0fbb023 --- /dev/null +++ b/techniques_table_doc.tex @@ -0,0 +1,19 @@ +%% SPDX-License-Identifier: CC0-1.0 +%% +%% This LaTeX source is copyright (C) 2024 W. Kosior <koszko@koszko.org> + +\documentclass{article} + +\usepackage[a4paper, total={6in, 8in}, margin=1in]{geometry} +\usepackage{longtable} +\usepackage[table]{xcolor} + +\title{Statistics of groups using particular techniques} + +\author{Wojciech Kosior} + +\begin{document} + +\input{techniques_table.tex} + +\end{document} |