mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 10:20:08 +00:00
fixed typo...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
216fbc48ac
commit
a528bb254e
@ -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}
|
||||||
|
|||||||
@ -1386,6 +1386,7 @@
|
|||||||
%% packed in.
|
%% packed in.
|
||||||
%%
|
%%
|
||||||
\newenvironment{page}{%
|
\newenvironment{page}{%
|
||||||
|
% XXX do we need \null here???
|
||||||
\null%
|
\null%
|
||||||
\ignorespaces%
|
\ignorespaces%
|
||||||
}{%
|
}{%
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user