2021-07-29 17:00:33 +03:00
|
|
|
# photobook
|
2021-12-06 22:14:46 +03:00
|
|
|
|
2021-12-19 18:16:32 +03:00
|
|
|
LaTeX document class for making photo books.
|
2021-12-06 22:14:46 +03:00
|
|
|
|
|
|
|
|
|
2021-12-13 00:57:15 +03:00
|
|
|
## Build requirements for docs
|
2021-12-06 22:14:46 +03:00
|
|
|
|
2021-12-07 15:19:09 +03:00
|
|
|
- LaTeX tool chain (including: `lualatex`, `latexmk`, ..)
|
|
|
|
|
The simplest way to get started is [TeX Live](https://www.tug.org/texlive/),
|
|
|
|
|
either a full install or for specific modules see the _Packages_ section
|
|
|
|
|
in [photobook.cls](./photobook.cls),
|
|
|
|
|
- U\*ix-like environment (`bash`, GNU Make, coreutils, ...),
|
2021-12-08 00:15:42 +03:00
|
|
|
on Windows systems, either [Cygwin](https://www.cygwin.com/) or
|
2021-12-07 15:19:09 +03:00
|
|
|
[WSL/WSL2](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux)
|
|
|
|
|
should work fine.
|
2021-12-06 22:14:46 +03:00
|
|
|
|
2021-12-07 15:19:09 +03:00
|
|
|
|
|
|
|
|
## Build / Install
|
2021-12-06 22:14:46 +03:00
|
|
|
|
2021-12-06 22:16:52 +03:00
|
|
|
```shell
|
2021-12-07 15:19:09 +03:00
|
|
|
# get the source...
|
|
|
|
|
$ git clone https://github.com/flynx/photobook.git
|
|
|
|
|
|
|
|
|
|
# if desired, install in the user context...
|
|
|
|
|
$ cd ./photobook
|
2021-12-06 22:16:52 +03:00
|
|
|
$ make install
|
|
|
|
|
```
|
2021-12-06 22:14:46 +03:00
|
|
|
|
2021-12-07 15:19:09 +03:00
|
|
|
If only building the docs is required without installing:
|
|
|
|
|
```shell
|
2021-12-13 01:44:11 +03:00
|
|
|
$ make pdf
|
2021-12-07 15:19:09 +03:00
|
|
|
```
|
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)
|
2021-12-07 15:19:09 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
XXX ToDo:
|
|
|
|
|
- manual
|
|
|
|
|
- workflow
|
|
|
|
|
-->
|
|
|
|
|
|