updated docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-09-11 19:09:25 +03:00
parent 5568a6d6b8
commit c3896ba7f9
2 changed files with 4 additions and 3 deletions

View File

@ -33,11 +33,9 @@
\end{page} \end{page}
% XXX ignores layoutmode=endpaper....
\ImagePageFill{}{DSC00403-2} \ImagePageFill{}{DSC00403-2}
\begin{page} \begin{page}
\begin{papercell} \begin{papercell}
\imagecell[fill]{}{DSC00403-2} \imagecell[fill]{}{DSC00403-2}
@ -47,7 +45,7 @@
% XXX for some reason this is not centered correctly but scaling seems % XXX for some reason this is not centered correctly but scaling seems
% correct... % correct -- a page env is not a cell...
\begin{page} \begin{page}
\imagecell[fill]{}{DSC00403-2} \imagecell[fill]{}{DSC00403-2}
\end{page} \end{page}

View File

@ -1491,6 +1491,9 @@
%% %%
%% Note that this may span more than one page if there is enough stuff %% Note that this may span more than one page if there is enough stuff
%% packed in. %% 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}{% \newenvironment{page}{%
% XXX do we need \null here??? % XXX do we need \null here???