LaTeX
=====

Most of the mathematics are only available in LaTeX form at the moment. PDF files have to be built from source.

The directory for mathematical definitions (.tex) and bibliography (.bib) is::

    $ cd /path/to/where/stopeight/doc/latex

Install from universe::

    $ sudo apt-get install texlive-latex-extra texlive-bibtex-extra

Install the following packages::

    $ sudo apt-get install texlive-latex-base texlive-latex-recommended

First run pdflatex to create the bcf file::

    $ pdflatex ./filename.tex

Then run bibtex on the tex file::

    $ bibtex ./filename.bcf

Create the PDF::

    $ pdflatex filename.tex
