mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 18:00:10 +00:00
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
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, - Un*x-like environment (
bash, GNU Make, coreutils, ...),
on Windows systems, either Cygwin or WSL/WSL2 should work fine.
Build / Install
The package is available on:
To install from source:
# 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
Notes
- There is a bug in default captions not being typeset correctly if too
long, a workaround is to place them in a
minipagelike this:
(still working on a solution for this).\imagecell{% \begin{minipage}{\cellwidth}% long caption text... \end{minipage}% }{some-image} photobookis mostly used withlualatex, other engines are mostly supported but some features may misbehave.
Authors
License
Copyright (c) 2021-2023, Alex A. Naanou, All rights reserved.
Description
Languages
TeX
86%
Shell
9%
Makefile
5%