texlive[65568] Master/texmf-dist: photobook (17jan23)

commits+karl at tug.org commits+karl at tug.org
Tue Jan 17 22:03:56 CET 2023


Revision: 65568
          http://tug.org/svn/texlive?view=revision&revision=65568
Author:   karl
Date:     2023-01-17 22:03:56 +0100 (Tue, 17 Jan 2023)
Log Message:
-----------
photobook (17jan23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/photobook/photobook.pdf
    trunk/Master/texmf-dist/tex/latex/photobook/photobook.cls

Modified: trunk/Master/texmf-dist/doc/latex/photobook/photobook.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/tex/latex/photobook/photobook.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/photobook/photobook.cls	2023-01-17 21:03:39 UTC (rev 65567)
+++ trunk/Master/texmf-dist/tex/latex/photobook/photobook.cls	2023-01-17 21:03:56 UTC (rev 65568)
@@ -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 at FILEVERSION{v0.1.5}
-\edef\photobook at FILEDATE{2022-11-14}
+\edef\photobook at FILEVERSION{v0.1.6}
+\edef\photobook at 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][]{%



More information about the tex-live-commits mailing list.