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.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/macros/latex/contrib/photobook/README.md b/macros/latex/contrib/photobook/README.md
index bb1379915d..004a438e86 100644
--- a/macros/latex/contrib/photobook/README.md
+++ b/macros/latex/contrib/photobook/README.md
@@ -44,6 +44,12 @@ For more info on `make` targets see the: [./Makefile](./Makefile)
## Notes
+- The main refetence is inline with the source [photobook.cls](./photobook.cls)
+ thus it is both human-readable next to the code it documents and is
+ used to build the `photobook.pdf`.
+ Extracting the documentation source (`photobook*.tex`) is done
+ by [make](./Makefile) via [cls2tex.sh](scripts/README.md#cls2texsh) when
+ building the docs, see them for more info.
- 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
@@ -72,3 +78,4 @@ Copyright (c) 2021-2023, Alex A. Naanou,
All rights reserved.
+<!-- vim:set ts=4 sw=4 nowrap : -->