24 lines
430 B
Markdown
24 lines
430 B
Markdown
# KIT Library Hydration Study
|
|
|
|
Latex sources for a paper on the behavior 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
|
|
```
|