# KIT Library Hydration Study Latex sources for a paper on the behaviour of students at the KIT library with regard to their water bottle refilling habits. ## Build ### Build manually ```bash $ make ``` ### Build using docker 1. Build docker image ```bash $ docker build -f Dockerfile . -t bib-paper ``` 2. Build document ```bash $ docker run --rm -v $PWD:$PWD -w $PWD -u `id -u`:`id -g` bib-paper make ```