more notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-02-27 17:27:55 +03:00
parent ebd8cf662e
commit 5765879aba

View File

@ -1,4 +1,5 @@
# photobook
photobook
=========
[LaTeX](https://www.latex-project.org/) document class for making photo books.
@ -43,6 +44,16 @@ For more info on `make` targets see the: [./Makefile](./Makefile)
## Notes
- There is a bug in default captions not being typeset correctly if too
long, a workaround is to place them in a `minipage` like this:
```latex
\imagecell{%
\begin{minipage}{\cellwidth}%
long caption text...
\end{minipage}%
}{some-image}
```
(still working on a solution for this).
- `photobook` is mostly used with `lualatex`, other engines are mostly
supported but some features may misbehave.