2023-03-02 03:06:37 +03:00
|
|
|
|
|
|
|
|
%----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
\documentclass[
|
|
|
|
|
layoutmode=block,
|
|
|
|
|
spinewidth=20mm,
|
|
|
|
|
spinefold=7mm,
|
|
|
|
|
coverboardgrow=3mm,
|
|
|
|
|
coverflap=17mm,
|
|
|
|
|
% page size...
|
|
|
|
|
blockwidth=240mm, blockheight=220mm,
|
|
|
|
|
bleed=4mm,
|
|
|
|
|
bindingoffset=5mm,
|
|
|
|
|
% image block configuration...
|
|
|
|
|
imageblockwidth=0.98, imageblockheight=0.98,
|
|
|
|
|
imageblockoffsettop=-0.1,
|
|
|
|
|
% misc...
|
|
|
|
|
9pt,final,openany
|
|
|
|
|
]{photobook}
|
|
|
|
|
|
2023-03-02 17:34:51 +03:00
|
|
|
\usepackage{lipsum}
|
2023-03-02 03:06:37 +03:00
|
|
|
|
|
|
|
|
|
2023-03-02 17:34:51 +03:00
|
|
|
\begin{document} %-----------------------------------------------------
|
2023-03-02 03:06:37 +03:00
|
|
|
|
|
|
|
|
\cleartoleftpage
|
|
|
|
|
|
2023-03-02 17:34:51 +03:00
|
|
|
% NOTE: this is just a trivial example, we are not formatting the text
|
|
|
|
|
% block here in any way nor are we pedantic about lengths...
|
2023-03-03 04:15:12 +03:00
|
|
|
\newlength\textblockmargin
|
|
|
|
|
\setlength\textblockmargin{2mm}
|
2023-03-02 03:06:37 +03:00
|
|
|
|
2023-03-02 17:34:51 +03:00
|
|
|
% text at left...
|
2023-03-02 17:47:54 +03:00
|
|
|
\begin{spreadtopages}%
|
|
|
|
|
\begin{inlinecell}{0.25\cellwidth}{\cellheight}%
|
2023-03-02 17:34:51 +03:00
|
|
|
\lipsum
|
2023-03-02 17:47:54 +03:00
|
|
|
\end{inlinecell}%
|
2023-03-03 04:15:12 +03:00
|
|
|
\hspace{\textblockmargin}%
|
|
|
|
|
\begin{inlinecell}{0.75\cellwidth - \textblockmargin + \bleed}{\cellheight}%
|
2025-09-07 00:35:49 +03:00
|
|
|
\imagecell[fill]{}{landscape}%
|
2023-03-02 17:34:51 +03:00
|
|
|
\end{inlinecell}
|
2023-03-02 03:06:37 +03:00
|
|
|
\end{spreadtopages}
|
2023-03-02 17:34:51 +03:00
|
|
|
|
|
|
|
|
% text at right...
|
2023-03-02 17:47:54 +03:00
|
|
|
\begin{spreadtopages}%
|
|
|
|
|
\hspace{-\bleed}%
|
2023-03-03 04:15:12 +03:00
|
|
|
\begin{inlinecell}{0.75\cellwidth - \textblockmargin + \bleed}{\cellheight}%
|
2025-09-07 00:35:49 +03:00
|
|
|
\imagecell[fill]{}{landscape}%
|
2023-03-02 17:47:54 +03:00
|
|
|
\end{inlinecell}%
|
2023-03-03 04:15:12 +03:00
|
|
|
\hspace{\textblockmargin}%
|
2023-03-02 17:47:54 +03:00
|
|
|
\begin{inlinecell}{0.25\cellwidth}{\cellheight}%
|
2023-03-02 17:34:51 +03:00
|
|
|
\lipsum
|
|
|
|
|
\end{inlinecell}
|
2023-03-02 03:06:37 +03:00
|
|
|
\end{spreadtopages}
|
|
|
|
|
|
|
|
|
|
|
2023-03-02 17:34:51 +03:00
|
|
|
\end{document} %-------------------------------------------------------
|
2023-03-02 03:06:37 +03:00
|
|
|
% vim:set ts=4 sw=4 :
|