-
Notifications
You must be signed in to change notification settings - Fork 1
/
paper.tex
146 lines (127 loc) · 3.91 KB
/
paper.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
\documentclass{styles/llncs}
\usepackage[whole]{bxcjkjatype}
\usepackage{pgfplotstable}
\let\proof\relax
\let\endproof\relax
\usepackage{amsthm}
\usepackage{pifont}
\usepackage{balance}
\usepackage{times}
\usepackage{xspace}
\usepackage{textcomp}
\usepackage[font=small, skip=1pt]{caption}
\usepackage[hyphens]{url}
\usepackage[breaklinks=true,
hidelinks,
hyperindex,
colorlinks = true,
linkcolor = blue,
urlcolor = blue,
citecolor = blue,
anchorcolor = blue]{hyperref}
% \usepackage{listings, multicol}
%\usepackage{enumitem}
\colorlet{light-gray}{gray!20}
\definecolor{lightgray}{rgb}{.9,.9,.9}
%--------------------------
%\usepackage{epsfig,endnotes}
\usepackage{graphicx}
\usepackage{color}
\usepackage{pgfplotstable}
\usepackage{makeidx}
\usepackage[justification=justified]{caption}
\usepackage[justification=justified]{subcaption}
\usepackage{tikz}
\usepackage{environ}
\usepackage{amsthm}
\usepackage{pifont}
\usepackage{cite}
\usetikzlibrary{calc}
\usetikzlibrary{patterns}
\usetikzlibrary{shapes.multipart, arrows}
\usetikzlibrary{decorations.pathreplacing}
\usetikzlibrary{positioning, backgrounds}
\usetikzlibrary{
shapes.geometric,
positioning,
fit,
calc,
shapes.multipart
}
\usetikzlibrary{arrows,automata,positioning}
\usepackage{pgfplots}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{multirow}
\usepackage{relsize}
\usepackage{xcolor,colortbl}
\captionsetup{compatibility=false}
\usepackage{algorithm,algpseudocode}
\usepackage{algorithm,algpseudocode}
\usepackage{enumitem}
\usepackage{courier}
\usepackage{listings, multicol}
\usepackage[justification=centering]{caption}
\usepackage{framed}
\usepackage{xspace}
\usepackage{tablefootnote}
\usepackage{footnote}
\usepackage{color}
\usepackage{etoolbox}
\usepackage{array}
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\makeatletter
\pretocmd{\chapter}{\addtocontents{toc}{\protect\addvspace{15\p@}}}{}{}
\pretocmd{\section}{\addtocontents{toc}{\protect\addvspace{10\p@}}}{}{}
\pretocmd{\subsection}{\addtocontents{toc}{\protect\addvspace{5\p@}}}{}{}
\makeatother
% \usepackage{refcheck}
\makesavenoteenv{tabular}
\makesavenoteenv{table}
\newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}}
\newcommand{\para}[1]{\noindent \textbf{#1}}
\newcommand{\code}[1]{\texttt{#1}}
\newcommand{\var}[1]{\texttt{#1}}
\newcommand{\fun}[1]{\textit{#1}}
\newcommand{\codename}{{\scshape Gormos}\xspace}
\newcommand{\cmark}{\ding{51}}
\newcommand{\xmark}{\ding{55}}
\newcommand{\send}[2]{{#1}~$\rightarrow$~{#2}}
\newcommand{\todo}[1]{\textcolor{green} {LL: #1}}
\newcommand{\eg}{{e.g.,}\xspace}
\newcommand{\ie}{{i.e.,}\xspace}
\newcommand{\mtt}[1]{{\mathtt{#1}}\xspace}
\setlength{\belowcaptionskip}{-10pt}
\newcommand{\sspace}{\vspace{-7pt}}
\newcommand{\ssspace}{\vspace{-3pt}}
\pagestyle{plain}
\graphicspath{{./images/}}
\begin{document}
\title{
\codename: 分散型アプリケーションのための高パフォーマンスでスケーラブルなプロトコル設計
}
\author{
Loi Luu, Yaron Velner, Alex Xiong\\
\email{\{loiluu, yaron, alex\}@kyber.network}\\
\vspace{10pt}
翻訳: 篠原航, 加嵜長門\\
\email{\{shinohara-wataru, kasaki-nagato\}@dmm.com}
}
\institute{Working draft, last updated \today}
{\def\addcontentsline#1#2#3{}\maketitle}
\input{abstract}
\setcounter{tocdepth}{2}
\tableofcontents
\newpage
\input{main}
\input{governance}
\input{future-work}
\section{謝辞}
本稿の初期段階から、アドバイザーとして有益な議論やフィードバックをいただいたPrateek Saxena, Vitalik Buterin, Patrick McCorryに感謝します。
\bibliographystyle{styles/splncs03}
\bibliography{paper}
% \appendix
% \input{appendix.tex}
\end{document}