photobook/README.md

21 lines
286 B
Markdown
Raw Normal View History

2021-07-29 17:00:33 +03:00
# photobook
2021-07-29 17:00:33 +03:00
LaTeX class for making photo books.
<!-- XXX Requirements... -->
To build the documentation (`photobook.pdf`) use:
```shell
$ make doc
```
To install to the user context:
```shell
$ make install
```
For more info on `make` targets see the: [./Makefile](./Makefile)