milosevic b362894a56 | 7 years ago | |
---|---|---|
.idea | 7 years ago | |
.gitignore | 7 years ago | |
IEEEtran.bst | 7 years ago | |
IEEEtran.cls | 7 years ago | |
README.md | 7 years ago | |
algorithmicplus.sty | 7 years ago | |
consensus.tex | 7 years ago | |
definitions.tex | 7 years ago | |
homodel.sty | 7 years ago | |
latex8.bst | 7 years ago | |
latex8.sty | 7 years ago | |
lit.bib | 7 years ago | |
paper.dvi | 7 years ago | |
paper.tex | 7 years ago | |
proof.tex | 7 years ago | |
rounddiag.sty | 7 years ago | |
technote.sty | 7 years ago |
The repository contains the specification (and the proofs) of the Tendermint consensus protocol.
MacTex is Latex distribution for Mac OS. You can download it here.
Popular IDE for Latex-based projects is TexStudio. It can be downloaded here.
In order to compile the latex files (and write bibliography), execute
$ pdflatex paper
$ bibtex paper
$ pdflatex paper
$ pdflatex paper
The generated file is paper.pdf. You can open it with
$ open paper.pdf