2018-05-18 15:11:07 +00:00
|
|
|
# Contributing to Hack the Hackerspace
|
|
|
|
|
|
|
|
## Building Hack the Hackerspace
|
|
|
|
|
|
|
|
First install the build tools.
|
|
|
|
|
|
|
|
```bash
|
2018-07-06 20:21:35 +00:00
|
|
|
sudo apt install pandoc texlive-plain-generic texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra
|
2018-05-18 15:11:07 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
Generate the print version using `pandoc`.
|
|
|
|
|
|
|
|
```bash
|
2018-06-09 17:19:35 +00:00
|
|
|
pandoc pandoc-metadata.yaml README.md [0-9]*.md -o hack-the-hackerspace.pdf --template eisvogel.tex --toc --listings --metadata date="`date +%D`" --include-before-body=include-cover.tex
|
2018-05-18 15:11:07 +00:00
|
|
|
```
|