Spaces:
Running
Running
Create WhitepaperGHOSTCBR.pdf
Browse files- WhitepaperGHOSTCBR.pdf +24 -0
WhitepaperGHOSTCBR.pdf
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
\documentclass[11pt]{article}
|
2 |
+
\usepackage[a4paper,margin=1in]{geometry}
|
3 |
+
\usepackage{graphicx}
|
4 |
+
\usepackage{float}
|
5 |
+
\usepackage{listings}
|
6 |
+
\usepackage{xcolor}
|
7 |
+
\usepackage{hyperref}
|
8 |
+
\usepackage{amsmath}
|
9 |
+
|
10 |
+
\hypersetup{
|
11 |
+
colorlinks=true,
|
12 |
+
linkcolor=blue,
|
13 |
+
urlcolor=cyan,
|
14 |
+
citecolor=blue
|
15 |
+
}
|
16 |
+
|
17 |
+
\lstset{
|
18 |
+
basicstyle=\ttfamily\footnotesize,
|
19 |
+
numbers=left,
|
20 |
+
numberstyle=\tiny,
|
21 |
+
numbersep=5pt,
|
22 |
+
frame=single,
|
23 |
+
backgroundcolor=\color{gray!10},
|
24 |
+
keywordstyle=\color{blue}\bfseries,
|