You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
648 B

  1. # Tendermint-spec
  2. The repository contains the specification (and the proofs) of the Tendermint
  3. consensus protocol.
  4. ## How to install Latex on Mac OS
  5. MacTex is Latex distribution for Mac OS. You can download it [here](http://www.tug.org/mactex/mactex-download.html).
  6. Popular IDE for Latex-based projects is TexStudio. It can be downloaded
  7. [here](https://www.texstudio.org/).
  8. ## How to build project
  9. In order to compile the latex files (and write bibliography), execute
  10. `$ pdflatex paper` <br/>
  11. `$ bibtex paper` <br/>
  12. `$ pdflatex paper` <br/>
  13. `$ pdflatex paper` <br/>
  14. The generated file is paper.pdf. You can open it with
  15. `$ open paper.pdf`