summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/photobook/photobook.cls
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/photobook/photobook.cls')
-rw-r--r--macros/latex/contrib/photobook/photobook.cls24
1 files changed, 13 insertions, 11 deletions
diff --git a/macros/latex/contrib/photobook/photobook.cls b/macros/latex/contrib/photobook/photobook.cls
index f2d75270ad..4fb5c623ae 100644
--- a/macros/latex/contrib/photobook/photobook.cls
+++ b/macros/latex/contrib/photobook/photobook.cls
@@ -19,9 +19,11 @@
% we strictly need to define macros before they are used thus meta-macros
% and other building blocks and components come before the user tools.
%
-% Docs are build by the Makefile, so reference it for more info.
+% Docs are built by the Makefile, so reference it for more info.
%
-% $ make doc
+% To make the reference use:
+
+% $ make pdf
%
%
% NOTE: in a stripped code install this file may contain only code and
@@ -31,8 +33,6 @@
% to edit it directly, edit the source instead.
%
%
-% XXX Q: do we add the pdf to the repo and if so, should it be
-% compressed (diff-able) or uncompressed (blob)??
% XXX revise \clearcaption / \captionclearpage...
% XXX unify API -- see CellContent env...
% XXX make this loadable both as a class and as a package...
@@ -43,7 +43,7 @@
% - templates -- \ImagePage{..}
% XXX see where we need to \ignorespaces...
% XXX might be a good idea to add a spine calculator...
-% XXX add list of dependencies to docs...
+% XXX might be fun to add a 'box' layout to build book boxes...
% XXX manual / book:
% - basic usage
% - setup
@@ -58,8 +58,8 @@
%%% NOTE: \def\<module-name>@[A-Z]+ macros will be visible to both the
%%% code and the generated docs...
-\edef\photobook@FILEVERSION{v0.1.5}
-\edef\photobook@FILEDATE{2022-11-14}
+\edef\photobook@FILEVERSION{v0.1.6}
+\edef\photobook@FILEDATE{2023-01-17}
%% \documentclass{ltxdoc}
@@ -234,7 +234,7 @@
%% + - - - - - - - - - - - - - - - - - - - - - + - + v
%% . .
%% | <-- textwidth --------------> . |
-%% ^ binding line
+%% ^ gutter
%%
%% \end{verbatim}
%% \end{minipage}
@@ -1628,15 +1628,17 @@
% XXX EXPERIMENTAL
+% XXX revise docs...
%% \DescribeEnv{zinlinecell}
%% \DescribeEnv{zinlinecell*}
%
%% \EXPERIMENTAL
%%
-%% Like |inlinecell| / |inlinecell*| but will take up zero space.
+%% Like |inlinecell| / |inlinecell*| but will take up zero space and
+%% sized to |\cellwidth| x |\cellheight|.
%%
-%% >> \begin{zinlinecell}{<width>}{<height>} ... \end{zinlinecell}
-%% >> \begin{zinlinecell}[<valign>]{<width>}{<height>} ... \end{zinlinecell}
+%% >> \begin{zinlinecell} ... \end{zinlinecell}
+%% >> \begin{zinlinecell}[<valign>] ... \end{zinlinecell}
%%
% XXX need to get rid of the raisebox here...
\NewEnviron{zinlinecell*}[1][]{%