github.com/aakash4dev/cometbft@v0.38.2/spec/consensus/consensus-paper/README.md (about) 1 # Consensus Paper 2 3 The repository contains the specification (and the proofs) of the Tendermint 4 consensus protocol, adopted in CometBFT. 5 6 ## How to install Latex on Mac OS 7 8 MacTex is Latex distribution for Mac OS. You can download it [here](http://www.tug.org/mactex/mactex-download.html). 9 10 Popular IDE for Latex-based projects is TexStudio. It can be downloaded 11 [here](https://www.texstudio.org/). 12 13 ## How to build project 14 15 In order to compile the latex files (and write bibliography), execute 16 17 `$ pdflatex paper` <br/> 18 `$ bibtex paper` <br/> 19 `$ pdflatex paper` <br/> 20 `$ pdflatex paper` <br/> 21 22 The generated file is paper.pdf. You can open it with 23 24 `$ open paper.pdf`