From 6332e31be7d595516790ffa8ef949e0c8a9a7dc4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 27 Feb 2023 17:01:33 +0300 Subject: [PATCH] several tweaks for better stability. Signed-off-by: Alex A. Naanou --- photobook.cls | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/photobook.cls b/photobook.cls index d2ac551..06f00aa 100644 --- a/photobook.cls +++ b/photobook.cls @@ -60,8 +60,8 @@ %%% NOTE: \def\@[A-Z]+ macros will be visible to both the %%% code and the generated docs... -\edef\photobook@FILEVERSION{v0.1.6} -\edef\photobook@FILEDATE{2023-01-17} +\edef\photobook@FILEVERSION{v0.1.7} +\edef\photobook@FILEDATE{2023-02-27} %% \documentclass{ltxdoc} @@ -1138,6 +1138,7 @@ ]{geometry} % colors... +% % This prevents \pagecolor from getting drawn over other elements... \pagecolor{white} \pagecolor{none}