mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 02:10:08 +00:00
20 lines
225 B
Markdown
20 lines
225 B
Markdown
# photobook
|
|
|
|
LaTeX class for making photo books.
|
|
|
|
|
|
To build the documentation use:
|
|
|
|
```shell
|
|
$ make doc
|
|
```
|
|
|
|
To install to the user context:
|
|
|
|
```shell
|
|
$ make install
|
|
```
|
|
|
|
|
|
For more info on `make` targets see the: ./Makefile
|