texlive[66232] branches/branch2022.final/Master/texmf-dist: photobook

commits+karl at tug.org commits+karl at tug.org
Mon Feb 27 21:39:29 CET 2023


Revision: 66232
          http://tug.org/svn/texlive?view=revision&revision=66232
Author:   karl
Date:     2023-02-27 21:39:29 +0100 (Mon, 27 Feb 2023)
Log Message:
-----------
photobook (27feb23) (branch)

Modified Paths:
--------------
    branches/branch2022.final/Master/texmf-dist/doc/latex/photobook/LICENSE
    branches/branch2022.final/Master/texmf-dist/doc/latex/photobook/README.md
    branches/branch2022.final/Master/texmf-dist/doc/latex/photobook/photobook.pdf
    branches/branch2022.final/Master/texmf-dist/tex/latex/photobook/photobook.cls

Modified: branches/branch2022.final/Master/texmf-dist/doc/latex/photobook/LICENSE
===================================================================
--- branches/branch2022.final/Master/texmf-dist/doc/latex/photobook/LICENSE	2023-02-27 20:39:17 UTC (rev 66231)
+++ branches/branch2022.final/Master/texmf-dist/doc/latex/photobook/LICENSE	2023-02-27 20:39:29 UTC (rev 66232)
@@ -1,6 +1,6 @@
 BSD 3-Clause License
 
-Copyright (c) 2021, Alex A. Naanou
+Copyright (c) 2021-2023, Alex A. Naanou
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without

Modified: branches/branch2022.final/Master/texmf-dist/doc/latex/photobook/README.md
===================================================================
--- branches/branch2022.final/Master/texmf-dist/doc/latex/photobook/README.md	2023-02-27 20:39:17 UTC (rev 66231)
+++ branches/branch2022.final/Master/texmf-dist/doc/latex/photobook/README.md	2023-02-27 20:39:29 UTC (rev 66232)
@@ -51,7 +51,7 @@
 
 [BSD 3-Clause License](./LICENSE)
 
-Copyright (c) 2021-2022, Alex A. Naanou,
+Copyright (c) 2021-2023, Alex A. Naanou,
 All rights reserved.
 
 

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

Modified: branches/branch2022.final/Master/texmf-dist/tex/latex/photobook/photobook.cls
===================================================================
--- branches/branch2022.final/Master/texmf-dist/tex/latex/photobook/photobook.cls	2023-02-27 20:39:17 UTC (rev 66231)
+++ branches/branch2022.final/Master/texmf-dist/tex/latex/photobook/photobook.cls	2023-02-27 20:39:29 UTC (rev 66232)
@@ -44,6 +44,8 @@
 % XXX see where we need to \ignorespaces...
 % XXX might be a good idea to add a spine calculator...
 % XXX might be fun to add a 'box' layout to build book boxes...
+% XXX add a grid cell / image cell (???)
+%		make it trivial to define AxB cell layouts and fill them (fully/partially)
 % XXX manual / book:
 %		- basic usage
 %			- setup
@@ -58,8 +60,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.6}
-\edef\photobook at FILEDATE{2023-01-17}
+\edef\photobook at FILEVERSION{v0.1.7}
+\edef\photobook at FILEDATE{2023-02-27}
 
 
 %% \documentclass{ltxdoc}
@@ -601,6 +603,8 @@
 \RequirePackage{trimclip}
 %% \href{https://ctan.org/pkg/xcolor}{xcolor},
 \RequirePackage{xcolor}
+%% \href{https://ctan.org/pkg/pagecolor}{pagecolor},
+\RequirePackage{pagecolor}
 %% \href{https://ctan.org/pkg/colorspace}{colorspace},
 \RequirePackage{colorspace}
 %% \href{https://ctan.org/pkg/graphicx}{graphicx},
@@ -1133,7 +1137,14 @@
 	paperwidth=\bleedblockwidth, paperheight=\bleedblockheight,
 ]{geometry}
 
+% colors...
+%
+% This prevents \pagecolor from getting drawn over other elements...
+\pagecolor{white}
+\pagecolor{none}
+\color{black}
 
+
 % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 % pre-document...
 
@@ -2435,6 +2446,9 @@
 			\begin{minipage}[t][\cellheight][#2]{\cellwidth}%
 				\begin{\photobook at captioncell@align}%
 					\ignorespaces%
+					% XXX BUG: for some reason the text here will not line-break...
+					%		putting it in a minipage here does nothing while the same
+					%		minipage on the lient size fixes the issue...
 					#3%
 				\end{\photobook at captioncell@align}%
 			\end{minipage}



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