2021-07-29 17:00:33 +03:00
|
|
|
# photobook
|
2021-12-06 22:14:46 +03:00
|
|
|
|
2022-02-15 17:09:19 +03:00
|
|
|
[LaTeX](https://www.latex-project.org/) 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),
|
2022-09-15 18:50:12 +03:00
|
|
|
- Un\*x-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
|
|
|
|
2022-09-15 18:50:12 +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
|
|
|
|
2022-09-16 00:22:15 +03:00
|
|
|
The package is available on CTAN: https://ctan.org/pkg/photobook
|
|
|
|
|
|
2021-12-07 15:19:09 +03:00
|
|
|
|
2022-09-15 18:50:12 +03:00
|
|
|
|
|
|
|
|
## Authors
|
|
|
|
|
|
2022-09-15 18:58:45 +03:00
|
|
|
[Alex A. Naanou](https://github.com/flynx)
|
2022-09-15 18:50:12 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
[BSD 3-Clause License](./LICENSE)
|
|
|
|
|
|
|
|
|
|
Copyright (c) 2021-2022, Alex A. Naanou,
|
|
|
|
|
All rights reserved.
|
|
|
|
|
|
2021-12-07 15:19:09 +03:00
|
|
|
|