This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
74 lines (57 loc) · 1.57 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
\documentclass[11pt]{article}
\usepackage{amsfonts,amsmath,amssymb,amsthm}
\usepackage[normalem]{ulem} % temporary for strikeout math
\usepackage{enumerate}
\usepackage[shortlabels,inline]{enumitem}
\usepackage{wrapfig}
\usepackage[lined,noend]{algorithm2e}
\usepackage{tabularx}
\usepackage{colortbl}
\usepackage{adjustbox}
\DontPrintSemicolon
\PassOptionsToPackage{hyphens}{url}
\usepackage{fullpage}
\usepackage{hyperref}
\usepackage{xcolor}
\usepackage{xifthen}
% Keep figures in same section
\usepackage[section]{placeins}
\usepackage{pifont}
\usepackage{multirow}
\usepackage{tikz}
\usetikzlibrary{automata, arrows}
\usepackage{pgfplots}
\usepackage[framemethod=tikz]{mdframed} % and thus tikz
\usepackage[font=small]{caption}
\usepackage[many]{tcolorbox} % for COLORED BOXES
\usepackage{authblk}
% footnotes in table and tabular
\usepackage{footnote}
\makesavenoteenv{tabular}
\makesavenoteenv{table}
\makesavenoteenv{figure}
\usepackage{stmaryrd} % fancy double square brackets
\usepackage{todonotes}
\setcounter{tocdepth}{2} % Override LLNCS
% Fix display of - in numbers
\DeclareUnicodeCharacter{2212}{\textendash}
\include{macros}
\begin{document}
\title{\Large \textbf{Hydra HeadV1 Specification: Coordinated Head protocol}\\[2ex] DRAFT}
\author{Sebastian Nagel sebastian.nagel@iohk.io}
% NOTE: add yourself
\maketitle
\input{intro}
\input{overview}
\input{prel}
\input{setup}
\input{onchain}
\clearpage
\input{offchain}
% NOTE: Provided by researchers (keep up-to-date)
\clearpage
\input{security}
\clearpage
\bibliographystyle{plain}
\bibliography{short}
\end{document}