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