forked from gavofyork/graypaper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
graypaper.tex
66 lines (54 loc) · 1.3 KB
/
graypaper.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
\documentclass[9pt,oneside]{amsart}
\input{preamble.tex}
\pagecolor{verydarkgray}
\color{white}
\makegpbackground
\begin{document}
\input{text/abstract.tex}
\begin{center}
\includegraphics[width=10cm]{assets/jam-pen-back.png}
\end{center}
\vskip10pt
\maketitle
\setlength{\columnsep}{20pt}
\begin{multicols}{2}
\input{text/intro.tex}
\input{text/previous_work.tex}
\input{text/notation.tex}
\input{text/overview.tex}
\input{text/header.tex}
\input{text/safrole.tex}
\input{text/recent_history.tex}
\input{text/authorization.tex}
\input{text/accounts.tex}
\input{text/judgements.tex}
\input{text/reporting_assurance.tex}
\input{text/accumulation.tex}
\input{text/ratings.tex}
\input{text/work_packages_and_reports.tex}
\input{text/guaranteeing.tex}
\input{text/assurance.tex}
\input{text/auditing.tex}
\input{text/beefy.tex}
\input{text/best_chain.tex}
\input{text/discussion.tex}
\input{text/conclusion.tex}
\input{text/ack.tex}
\end{multicols}
\newpage
\appendix
\input{text/pvm.tex}
\input{text/pvm_invocations.tex}
\input{text/serialization.tex}
\input{text/merklization.tex}
\input{text/utilities.tex}
\input{text/bandersnatch.tex}
\input{text/erasure_coding.tex}
\newpage
\input{text/definitions.tex}
\newpage
\printbibliography
\newpage \pagestyle{empty} \hbox{}
\newpage \hbox{}
\newpage \hbox{}
\end{document}