From 0e54a2730c969ab297da116f790d25fb28bdae42 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 23 Feb 2022 16:31:56 +0300 Subject: [PATCH] tweaks... Signed-off-by: Alex A. Naanou --- examples/demo.tex | 4 +++- photobook.cls | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/examples/demo.tex b/examples/demo.tex index 1335530..ee53b6b 100644 --- a/examples/demo.tex +++ b/examples/demo.tex @@ -38,7 +38,9 @@ \newcommand\Section[1]{ \cleartoleftpage% - \section{#1}} + \section{#1}% + % XXX PRECLEAR... + \clearpage} diff --git a/photobook.cls b/photobook.cls index 8d35078..c4f2d56 100644 --- a/photobook.cls +++ b/photobook.cls @@ -3838,7 +3838,8 @@ %% This section contains a set of predefined configurable single-page %% templates. %% -% XXX PRECLEAR... +% XXX PRECLEAR this may lead to pages collapsing on each other, test... +% %% Note that most page templates do not |\clearpage| before expanding, %% this enables one to prepend elements (like pdf comments), if clearing %% a page is required add |\clearpage| manually before the template.