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.