mirror of
https://github.com/flynx/photobook.git
synced 2026-01-02 16:41:08 +00:00
21 lines
286 B
Markdown
21 lines
286 B
Markdown
# photobook
|
|
|
|
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)
|