A talk about the Two Generals' Problem.

Koz Ross ceb44aa934 Adding note about font requirement 7 лет назад
.gitignore da19c9c14b Ready to load 7 лет назад
2-generals-dead-messenger.svg da19c9c14b Ready to load 7 лет назад
2-generals-messenger.svg da19c9c14b Ready to load 7 лет назад
2-generals.svg da19c9c14b Ready to load 7 лет назад
GNUmakefile da19c9c14b Ready to load 7 лет назад
LICENSE da19c9c14b Ready to load 7 лет назад
README.md ceb44aa934 Adding note about font requirement 7 лет назад
logo.svg da19c9c14b Ready to load 7 лет назад
talk.tex da19c9c14b Ready to load 7 лет назад

README.md

Two Generals' Problem

This is a talk delivered to the AUT Computer Science Club on March 16th, 2017. This contains the sources for the talk slides.

How to build

You will need:

  • A LaTeX distro (I recommend Texlive)
  • Inkscape (to convert SVG to EPS)
  • GNU Make
  • The Liberation font family (to render the logo properly)

If you wanna use the make edit or make view commands, you will also need Neovim and MuPDF respectively, but in practice, you can use whatever editor or PDF viewer you feel like.

To build a PDF version, just call make (or gmake on some systems).

Licensing

All the sources are licensed CC-BY-SA-4.0. See LICENSE for more details.