mirror of
https://github.com/flynx/photobook.git
synced 2025-11-01 20:00:13 +00:00
53 lines
1.5 KiB
TeX
53 lines
1.5 KiB
TeX
%----------------------------------------------------------------------
|
|
|
|
\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}
|
|
|
|
\usepackage{lipsum}
|
|
\usepackage{ragged2e}
|
|
|
|
|
|
\setlength\parindent{0pt}
|
|
|
|
\edef\TestImage{DSC00403-2}
|
|
\edef\TestImageV{DSC00403-2vert}
|
|
|
|
|
|
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
|
|
|
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
\begin{document}
|
|
|
|
\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}
|
|
|
|
\end{document}
|
|
|
|
|
|
%----------------------------------------------------------------------
|
|
% vim:set ts=4 sw=4 :
|