fixed typo...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-03-03 04:15:12 +03:00
parent 216fbc48ac
commit a528bb254e
2 changed files with 7 additions and 6 deletions

View File

@ -27,16 +27,16 @@
% NOTE: this is just a trivial example, we are not formatting the text % NOTE: this is just a trivial example, we are not formatting the text
% block here in any way nor are we pedantic about lengths... % block here in any way nor are we pedantic about lengths...
\newlength\textbockmargin \newlength\textblockmargin
\setlength\textbockmargin{2mm} \setlength\textblockmargin{2mm}
% text at left... % text at left...
\begin{spreadtopages}% \begin{spreadtopages}%
\begin{inlinecell}{0.25\cellwidth}{\cellheight}% \begin{inlinecell}{0.25\cellwidth}{\cellheight}%
\lipsum \lipsum
\end{inlinecell}% \end{inlinecell}%
\hspace{\textbockmargin}% \hspace{\textblockmargin}%
\begin{inlinecell}{0.75\cellwidth - \textbockmargin + \bleed}{\cellheight}% \begin{inlinecell}{0.75\cellwidth - \textblockmargin + \bleed}{\cellheight}%
\imagecell[fill]{}{DSC00403-2}% \imagecell[fill]{}{DSC00403-2}%
\end{inlinecell} \end{inlinecell}
\end{spreadtopages} \end{spreadtopages}
@ -44,10 +44,10 @@
% text at right... % text at right...
\begin{spreadtopages}% \begin{spreadtopages}%
\hspace{-\bleed}% \hspace{-\bleed}%
\begin{inlinecell}{0.75\cellwidth - \textbockmargin + \bleed}{\cellheight}% \begin{inlinecell}{0.75\cellwidth - \textblockmargin + \bleed}{\cellheight}%
\imagecell[fill]{}{DSC00403-2}% \imagecell[fill]{}{DSC00403-2}%
\end{inlinecell}% \end{inlinecell}%
\hspace{\textbockmargin}% \hspace{\textblockmargin}%
\begin{inlinecell}{0.25\cellwidth}{\cellheight}% \begin{inlinecell}{0.25\cellwidth}{\cellheight}%
\lipsum \lipsum
\end{inlinecell} \end{inlinecell}

View File

@ -1386,6 +1386,7 @@
%% packed in. %% packed in.
%% %%
\newenvironment{page}{% \newenvironment{page}{%
% XXX do we need \null here???
\null% \null%
\ignorespaces% \ignorespaces%
}{% }{%