2021-08-05 16:01:49 +03:00
|
|
|
%----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
\documentclass[
|
|
|
|
|
layoutmode=endpaper,
|
|
|
|
|
% page size...
|
|
|
|
|
blockwidth=240mm, blockheight=220mm,
|
|
|
|
|
bleed=4mm,
|
2023-05-05 15:27:39 +03:00
|
|
|
bindingoffset=5mm,
|
2021-08-05 16:01:49 +03:00
|
|
|
% image block configuration...
|
|
|
|
|
imageblockwidth=0.98, imageblockheight=0.98,
|
|
|
|
|
imageblockoffsettop=-0.1,
|
|
|
|
|
% misc...
|
|
|
|
|
9pt,final,openany
|
|
|
|
|
]{photobook}
|
|
|
|
|
|
|
|
|
|
|
2023-05-04 18:53:19 +03:00
|
|
|
\begin{document} % - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2021-08-05 16:01:49 +03:00
|
|
|
|
2023-09-11 19:41:48 +03:00
|
|
|
% the simplest way to fill...
|
2023-05-05 13:54:04 +03:00
|
|
|
\ImagePageFill{}{DSC00403-2}
|
|
|
|
|
|
2023-05-05 13:59:24 +03:00
|
|
|
|
2023-09-11 19:41:48 +03:00
|
|
|
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
|
|
|
|
|
% manual...
|
|
|
|
|
% NOTE: to fill the page the image cell needs to be placed relative to
|
|
|
|
|
% the page (papercell / pagecell) and not the text (page env)
|
2023-05-05 13:54:04 +03:00
|
|
|
\begin{page}
|
2023-09-11 18:53:49 +03:00
|
|
|
\begin{papercell}
|
2023-09-11 19:41:48 +03:00
|
|
|
\imagecell[fill, clearance=-\bleed]{}{DSC00403-2}
|
2023-09-11 18:53:49 +03:00
|
|
|
\end{papercell}
|
2023-05-05 13:54:04 +03:00
|
|
|
\end{page}
|
|
|
|
|
|
2023-05-05 13:59:24 +03:00
|
|
|
|
|
|
|
|
|
2023-05-05 15:27:39 +03:00
|
|
|
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
|
2023-09-11 21:16:25 +03:00
|
|
|
% control #1 -- works fine...
|
2023-05-05 13:59:24 +03:00
|
|
|
\begin{page}
|
|
|
|
|
\begin{leftside}
|
2023-05-05 17:21:20 +03:00
|
|
|
\imagecell[fit]{}{DSC00403-2}
|
2023-05-05 13:59:24 +03:00
|
|
|
\end{leftside}
|
2023-09-11 21:16:25 +03:00
|
|
|
\begin{rightside}
|
|
|
|
|
\imagecell[fit]{}{DSC00403-2}
|
|
|
|
|
\end{rightside}
|
2023-05-05 13:59:24 +03:00
|
|
|
\end{page}
|
|
|
|
|
|
|
|
|
|
|
2023-05-05 17:21:20 +03:00
|
|
|
\begin{page}
|
|
|
|
|
\begin{leftside*}
|
2023-09-11 21:16:25 +03:00
|
|
|
\imagecell[fill, right, clearance=\cliptocellclearances]{}{DSC00403-2}
|
2023-05-05 17:21:20 +03:00
|
|
|
\end{leftside*}
|
2023-05-05 15:27:39 +03:00
|
|
|
\begin{rightside*}
|
2023-09-11 21:16:25 +03:00
|
|
|
\imagecell[fill, left, clearance=\cliptocellclearances]{}{DSC00403-2}
|
2023-05-05 15:27:39 +03:00
|
|
|
\end{rightside*}
|
2023-05-05 13:59:24 +03:00
|
|
|
\end{page}
|
|
|
|
|
|
|
|
|
|
|
2023-09-11 19:41:48 +03:00
|
|
|
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2023-05-05 13:59:24 +03:00
|
|
|
|
|
|
|
|
\GenerateTemplate
|
2021-08-05 16:01:49 +03:00
|
|
|
|
2023-05-04 18:53:19 +03:00
|
|
|
|
|
|
|
|
\end{document} %-------------------------------------------------------
|
2023-05-05 17:21:20 +03:00
|
|
|
% vim:set ts=4 sw=4 :
|