summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-01 21:04:14 +0000
committerKarl Berry <karl@freefriends.org>2023-03-01 21:04:14 +0000
commit5aec57c3e31a5a6c5d35cd0866e54c246ade01e5 (patch)
treef7bcdb2df8bba00fffb35947a1c110a60b0e2323 /Master/texmf-dist/doc
parentb47028e3b0ef4b459fee767a65c311de5b264641 (diff)
photobook (1mar23)
git-svn-id: svn://tug.org/texlive/trunk@66275 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/photobook/Makefile6
-rw-r--r--Master/texmf-dist/doc/latex/photobook/README.md19
-rw-r--r--Master/texmf-dist/doc/latex/photobook/photobook.pdfbin138003 -> 140502 bytes
3 files changed, 20 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/photobook/Makefile b/Master/texmf-dist/doc/latex/photobook/Makefile
index ef68ad54bfd..39b57fa353c 100644
--- a/Master/texmf-dist/doc/latex/photobook/Makefile
+++ b/Master/texmf-dist/doc/latex/photobook/Makefile
@@ -93,11 +93,8 @@ MD_FORMAT ?= markdown_github
# debug output...
#
# $DEBUG can either be empty or anything else...
-DEBUG ?=
ifeq ($(DEBUG),)
STDERR := > /dev/null
-else
- STDERR :=
endif
@@ -298,7 +295,8 @@ tag:
@echo "Last 5 tags:"
@git tag -l 'v[0-9]*'\
| tail -n 5 \
- | sed 's/^/ /'
+ | sed 's/^/ /' \
+ | tac
@echo "Note that this must be done after a commit."
@read -p "(press any key to continue or ctrl-c to cancel)"
git tag "v$(VERSION)"
diff --git a/Master/texmf-dist/doc/latex/photobook/README.md b/Master/texmf-dist/doc/latex/photobook/README.md
index e2fd8800081..bb1379915d8 100644
--- a/Master/texmf-dist/doc/latex/photobook/README.md
+++ b/Master/texmf-dist/doc/latex/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)
diff --git a/Master/texmf-dist/doc/latex/photobook/photobook.pdf b/Master/texmf-dist/doc/latex/photobook/photobook.pdf
index 13803938350..44c848ff5c4 100644
--- a/Master/texmf-dist/doc/latex/photobook/photobook.pdf
+++ b/Master/texmf-dist/doc/latex/photobook/photobook.pdf
Binary files differ