summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/photobook/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/photobook/README.md')
-rw-r--r--macros/latex/contrib/photobook/README.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/macros/latex/contrib/photobook/README.md b/macros/latex/contrib/photobook/README.md
index e2fd880008..bb1379915d 100644
--- a/macros/latex/contrib/photobook/README.md
+++ b/macros/latex/contrib/photobook/README.md
@@ -1,4 +1,5 @@
-# photobook
+photobook
+=========
[LaTeX](https://www.latex-project.org/) document class for making photo books.
@@ -41,6 +42,22 @@ $ make pdf
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.
+
+
## Authors
[Alex A. Naanou](https://github.com/flynx)