flynx / photobook

LaTeX class for making photo books.
BSD 3-Clause "New" or "Revised" License
22 stars 3 forks source link

photobook

LaTeX document class for making photo books.

Available on:

Install / Build

The simplest way to install is to use either TeX Live's or MiKTeX's standard way to install modules.

Installing from source:

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

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

The photobook document class requires a set of modules to be installed for it to function, the full list is included in the docs and can be generated and printed by calling:

$ make depends

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

Documentation

Pre-built documentation can be found in the Github releases or on CTAN.

A full book (dummy) example is included in ./examples/book/ and can be used as a reference / starting point.

Building documentation

Building the reference from source is done by:

$ make pdf 

Build requirements for docs:

Notes

Authors

Alex A. Naanou

License

BSD 3-Clause License

Copyright (c) 2021-2023, Alex A. Naanou, All rights reserved.