photobook/README.md
Alex A. Naanou e22f4d90e5 minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2021-12-19 18:16:32 +03:00

948 B

photobook

LaTeX document class for making photo books.

Build requirements for docs

  • LaTeX tool chain (including: lualatex, latexmk, ..)
    The simplest way to get started is TeX Live, either a full install or for specific modules see the Packages section in photobook.cls,
  • U*ix-like environment (bash, GNU Make, coreutils, ...),
    on Windows systems, either Cygwin or WSL/WSL2 should work fine.

Build / Install

# get the source...
$ git clone https://github.com/flynx/photobook.git

# if desired, install in the user context...
$ cd ./photobook
$ make install

If only building the docs is required without installing:

$ make pdf 

For more info on make targets see the: ./Makefile