bib-paper/README.md
2025-05-30 00:20:45 -04:00

24 lines
431 B
Markdown

# 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 examples
```bash
$ docker run --rm -v $PWD:$PWD -w $PWD -u `id -u`:`id -g` bib-paper make
```