From 5aec57c3e31a5a6c5d35cd0866e54c246ade01e5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 1 Mar 2023 21:04:14 +0000 Subject: photobook (1mar23) git-svn-id: svn://tug.org/texlive/trunk@66275 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/photobook/Makefile | 6 ++---- Master/texmf-dist/doc/latex/photobook/README.md | 19 ++++++++++++++++++- .../texmf-dist/doc/latex/photobook/photobook.pdf | Bin 138003 -> 140502 bytes 3 files changed, 20 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/doc') 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 Binary files a/Master/texmf-dist/doc/latex/photobook/photobook.pdf and b/Master/texmf-dist/doc/latex/photobook/photobook.pdf differ -- cgit v1.2.3