$ git clone https://github.com/IntNeuPro/winp-report.git $ cd winp-report/ $ pdflatex WINP $ bibtex WINP $ pdflatex WINP $ pdflatex WINP $ evince WINP.pdf
Note: do not edit author.tex
. It is generated from a spread sheet of registrants via:
$ python scripts/authorgen.py other/reginfo.xlsx authors.tex
To run this script you’ll need the xlrd Python module. You can install it personally via
$ pip install --user xlrd
or system wide on Debian/Ubuntu via
$ sudo apt-get install python-xlrd
You may need a few extra packages to provide the LaTeX styles and classes needed by the document.
On Debian/Ubuntu these are provided by:
$ sudo apt-get install texlive-publishers texlive-latex-extra texlive-fonts-recommended
To push commits contact Brett for access. Tell him the name of this repository (“winp-report”) and what your GitHub account name is.
For human-oriented version control, contact Jon Link.
A PDF of the documented is generated through the services of ShareLaTeX:
https://www.sharelatex.com/github/repos/IntNeuPro/winp-report