2021-08-20 16:57:00 +03:00
|
|
|
%----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
\documentclass[
|
|
|
|
|
layoutmode=block,
|
|
|
|
|
% page size...
|
|
|
|
|
blockwidth=240mm, blockheight=220mm,
|
|
|
|
|
bleed=4mm,
|
|
|
|
|
bindingoffset=5mm,
|
|
|
|
|
% image block configuration...
|
|
|
|
|
imageblockwidth=0.98, imageblockheight=0.98,
|
|
|
|
|
imageblockoffsettop=-0,
|
|
|
|
|
% misc...
|
|
|
|
|
9pt,final,openany
|
|
|
|
|
]{photobook}
|
|
|
|
|
|
2021-09-02 02:05:32 +03:00
|
|
|
\usepackage{lipsum}
|
|
|
|
|
\usepackage{ragged2e}
|
|
|
|
|
|
2021-09-03 03:28:04 +03:00
|
|
|
|
2021-08-30 01:42:11 +03:00
|
|
|
\setlength\parindent{0pt}
|
|
|
|
|
|
2021-08-31 08:27:37 +03:00
|
|
|
\edef\TestImage{DSC00403-2}
|
2021-09-14 02:17:04 +03:00
|
|
|
\edef\TestImageV{DSC00403-2vert}
|
2021-08-30 01:42:11 +03:00
|
|
|
|
|
|
|
|
|
2021-08-30 18:55:11 +03:00
|
|
|
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2021-08-30 01:42:11 +03:00
|
|
|
|
2021-08-20 16:57:00 +03:00
|
|
|
|
2021-09-02 02:05:32 +03:00
|
|
|
|
2021-08-31 08:27:37 +03:00
|
|
|
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2021-08-29 17:05:28 +03:00
|
|
|
|
2021-08-31 08:27:37 +03:00
|
|
|
\begin{document}
|
2021-08-29 17:05:28 +03:00
|
|
|
|
2021-09-14 02:17:04 +03:00
|
|
|
\ImagePageClearR{ImagePageClearR}{\TestImageV}
|
|
|
|
|
%\ImagePageClearL[captionclearparent=2cm]{ImagePageClearL}{\TestImage}
|
|
|
|
|
\ImagePageClearL[center, captionclearparent=15mm]{ImagePageClearL}{\TestImageV}
|
|
|
|
|
\ImagePageClearL[captionclearparent=15mm]{ImagePageClearL}{\TestImageV}
|
|
|
|
|
|
|
|
|
|
\ImagePageFitL[captionclearparent=15mm]{ImagePageFitL}{\TestImageV}
|
|
|
|
|
\ImagePageFitR[captionclearparent=15mm]{ImagePageFitR}{\TestImageV}
|
|
|
|
|
|
|
|
|
|
\ImagePageFitT[captionclearparent=15mm]{ImagePageFitT}{\TestImage}
|
|
|
|
|
\ImagePageFitB[captionclearparent=15mm]{ImagePageFitB}{\TestImage}
|
|
|
|
|
|
|
|
|
|
\ImagePageFill{ImagePageFill}{\TestImageV}
|
|
|
|
|
\ImagePageFill[captionclearparent=15mm]{ImagePageFill}{\TestImageV}
|
2021-09-02 02:05:32 +03:00
|
|
|
|
2021-08-20 16:57:00 +03:00
|
|
|
\end{document}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%----------------------------------------------------------------------
|
|
|
|
|
% vim:set ts=4 sw=4 :
|