-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain.tex
46 lines (41 loc) · 1.19 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
\documentclass[table]{elegantpaper}
\usepackage{datetime2}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{listings}
\usepackage{listings-rust}
\usepackage{pgf-pie}
\usepackage{rotating}
\usepackage{tabularray}
\usepackage{tabularx}
\usepackage{xcolor}
\usepackage{endnotes}
\DTMusemodule{english}{en-GB}
\DTMnewdatestyle{short}{
\renewcommand{\DTMdisplaydate}[4]{
\DTMenglishmonthname{##2} \number##1\relax
}
\renewcommand{\DTMDisplaydate}{\DTMdisplaydate}
}
\newcommand{\shorttoday}{{\DTMsetdatestyle{short}\today}}
\renewcommand{\updatetext}{}
\graphicspath{{./images/}}
\DeclareEmphSequence{\bfseries,\itshape,\upshape}
\lstset{xleftmargin=\parindent,xrightmargin=\parindent}
\title{BitVM2 Specification: Verify ZKP on Bitcoin with Fraud Proof}
\author{Fiamma \endnote{\url{https://twitter.com/Fiamma_Chain}}}
\date{\shorttoday}
\addbibresource[location=local]{reference.bib}
\begin{document}
\maketitle
\input{abstract}
\pagebreak
\tableofcontents
\pagebreak
\input{Key Metrics/main}
\input{basic theory/main}
\input{script/main}
\input{automated slashing/main}
\input{summary}
\printbibliography[heading=bibintoc, title=\ebibname]
\end{document}