Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 791 Bytes

build.org

File metadata and controls

38 lines (24 loc) · 791 Bytes

Building the CDR

Manually

$ pdflatex <document>
$ bibtex <document>
$ pdflatex <document>
$ pdflatex <document>

Where <document> is ”volume-physics”, “annex-rate”, etc.

Automatically

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!