diff --git a/examples/endpaper.tex b/examples/endpaper.tex index c7d5261..14408d3 100644 --- a/examples/endpaper.tex +++ b/examples/endpaper.tex @@ -33,11 +33,9 @@ \end{page} -% XXX ignores layoutmode=endpaper.... \ImagePageFill{}{DSC00403-2} - \begin{page} \begin{papercell} \imagecell[fill]{}{DSC00403-2} @@ -47,7 +45,7 @@ % XXX for some reason this is not centered correctly but scaling seems -% correct... +% correct -- a page env is not a cell... \begin{page} \imagecell[fill]{}{DSC00403-2} \end{page} diff --git a/photobook.cls b/photobook.cls index 8b0960a..753402f 100644 --- a/photobook.cls +++ b/photobook.cls @@ -1491,6 +1491,9 @@ %% %% Note that this may span more than one page if there is enough stuff %% packed in. +%% Also note that items within the page environment are placed in the +%% same way as in any normal page, for absolute placement use either +%% specific cells/environments like |papercell| or more generic |call|. %% \newenvironment{page}{% % XXX do we need \null here???