In order to compile these figures you will need:
- Make
- pdflatex (usually provided with texlive-full)
- Tikz (usually provided with texlive-full)
- evince (to open the files)
- convert (provided by the imagemagick package)
To install these dependencies:
sudo apt-get install texlive-full make evince imagemagick
make
will compile all the figures
make clean
will remove all the addititional files generated by the compilation.
make png
will compile all the figures into png images