-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
88 lines (82 loc) · 5.13 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
\documentclass[a4paper, 10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[TS1,T1]{fontenc}
\usepackage[a4paper, top=50pt, bottom=50pt, left=30pt, right=30pt]{geometry}
\usepackage{array, booktabs, longtable}
\usepackage[x11names, table]{xcolor}
\usepackage{caption}
\newcommand{\cseq}{\color{cyan}\makebox[0pt]{\textbullet}\hskip-0.70pt\vrule width 1pt\hspace{\labelsep}}
% https://tex.stackexchange.com/questions/196794/how-can-you-create-a-vertical-timeline/196808
\begin{document}
\renewcommand\arraystretch{1.4}\arrayrulecolor{cyan}
%https://tex.stackexchange.com/questions/108677/how-to-use-color-in-caption-package
\captionsetup{font={color=cyan, large, bf}, labelsep=quad}
% \, https://tex.stackexchange.com/questions/390995/what-is-the-difference-between-tilde-and-backslash-comma-for-a-nonbreak
%
\begin{longtable}{@{\,}r <{\hskip 2pt} !{\cseq} >{\raggedright\arraybackslash}p{16.5cm}}
\caption*{Timeline for Linux Kernel Attacks and Security Mitigation~\cite{10.1145/2103799.2103805}} \\[-1.5ex]
\toprule
%\addlinespace[1.5ex]
11/8/1996 & Aleph One published what would become the most referenced paper on
memory corruption attacks in Phrack49~\cite{aleph1996smashing}.\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
M/D/Y & Describe the event and add some references if you can provide\\
\bottomrule
\end{longtable}
%\newpage
\bibliographystyle{acm}
\bibliography{rs}
\end{document}