From a528bb254e5319940f71cc5016d5223ceff0335c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 3 Mar 2023 04:15:12 +0300 Subject: [PATCH] fixed typo... Signed-off-by: Alex A. Naanou --- examples/custom-spread.tex | 12 ++++++------ photobook.cls | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/examples/custom-spread.tex b/examples/custom-spread.tex index f7dd1d5..86ebc01 100644 --- a/examples/custom-spread.tex +++ b/examples/custom-spread.tex @@ -27,16 +27,16 @@ % NOTE: this is just a trivial example, we are not formatting the text % block here in any way nor are we pedantic about lengths... -\newlength\textbockmargin -\setlength\textbockmargin{2mm} +\newlength\textblockmargin +\setlength\textblockmargin{2mm} % text at left... \begin{spreadtopages}% \begin{inlinecell}{0.25\cellwidth}{\cellheight}% \lipsum \end{inlinecell}% - \hspace{\textbockmargin}% - \begin{inlinecell}{0.75\cellwidth - \textbockmargin + \bleed}{\cellheight}% + \hspace{\textblockmargin}% + \begin{inlinecell}{0.75\cellwidth - \textblockmargin + \bleed}{\cellheight}% \imagecell[fill]{}{DSC00403-2}% \end{inlinecell} \end{spreadtopages} @@ -44,10 +44,10 @@ % text at right... \begin{spreadtopages}% \hspace{-\bleed}% - \begin{inlinecell}{0.75\cellwidth - \textbockmargin + \bleed}{\cellheight}% + \begin{inlinecell}{0.75\cellwidth - \textblockmargin + \bleed}{\cellheight}% \imagecell[fill]{}{DSC00403-2}% \end{inlinecell}% - \hspace{\textbockmargin}% + \hspace{\textblockmargin}% \begin{inlinecell}{0.25\cellwidth}{\cellheight}% \lipsum \end{inlinecell} diff --git a/photobook.cls b/photobook.cls index c5e4f8d..c9cc2d5 100644 --- a/photobook.cls +++ b/photobook.cls @@ -1386,6 +1386,7 @@ %% packed in. %% \newenvironment{page}{% + % XXX do we need \null here??? \null% \ignorespaces% }{%