diff options
author | Karl Berry <karl@freefriends.org> | 2023-01-17 21:03:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-01-17 21:03:56 +0000 |
commit | 513107f9ab13515e27059908624674b85f2259e6 (patch) | |
tree | c4b1657e6893f0aa5636a4f0a5cf3932248bf5de /Master/texmf-dist/tex/latex/photobook | |
parent | cdd6583187a0b89e61452f9d73b84dd85efd1d2e (diff) |
photobook (17jan23)
git-svn-id: svn://tug.org/texlive/trunk@65568 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/photobook')
-rw-r--r-- | Master/texmf-dist/tex/latex/photobook/photobook.cls | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/photobook/photobook.cls b/Master/texmf-dist/tex/latex/photobook/photobook.cls index f2d75270ade..4fb5c623ae7 100644 --- a/Master/texmf-dist/tex/latex/photobook/photobook.cls +++ b/Master/texmf-dist/tex/latex/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][]{% |