$ pdflatex <document> $ bibtex <document> $ pdflatex <document> $ pdflatex <document>
Where <document>
is ”volume-physics
”, “annex-rate”, etc.
An optional automatic build system is provided. It is also used to regenerate .tex
files which derive from the ./data/parameters.xls and ./python/parameters.py files.
One time preparation
$ virtualenv venv $ source venv/bin/activate $ pip install dune-params $ ./waf configure
Then, build/rebuild:
$ ./waf
The resulting PDF files will be in build/*.pdf
.
If any files were regenerated or new ones were generated, they must be added, committed and pushed!