cleanup and notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-04-09 18:20:11 +03:00
parent a5a8515410
commit cb5cc02656

View File

@ -34,19 +34,15 @@
% %
% %
% %
% XXX ASAP \bindingoffset should also affect fill/bleed images... (DONE) % XXX ASAP \gutterimageoffset to offset full-bleed from the gutter
% ...shift the macros that optionally account for \bindingoffset to % \gutterimageoffset is an additional offset added to bleed images... ???
% account for \gutteroffset (DONE) % ...not sure if we need this or if we can even implement this in
% ...everything should respect \bindingoffset (DONE) % the current architecture...
% XXX ASAP add \gutteroffset and \gutterimageoffset to offset content
% from the gutter
% \gutterimageoffset is an additional offset added to bleed images...
% ...currently \bindingoffset is used for both...
% Q: should the gutter offsets be counted from the \bindingoffset???
% %
% +-------------------------------=-- % +-------------------------------=--
% | . . . = % | . . . =
% | . . . = % | . . . =
% | . . . =
% | . . <-> \bindingoffset % | . . <-> \bindingoffset
% | . . . = % | . . . =
% | . <--> = \gutteroffset % | . <--> = \gutteroffset
@ -55,8 +51,6 @@
% | . . . = % | . . . =
% +-------------------------------=-- % +-------------------------------=--
% %
% XXX DOC...
%
% %
% %
% XXX revise \clearcaption / \captionclearpage... % XXX revise \clearcaption / \captionclearpage...
@ -249,7 +243,6 @@
%% \DescribeMacro{blockheight=<len>} %% \DescribeMacro{blockheight=<len>}
%% \DescribeMacro{bindingoffset=<len>} %% \DescribeMacro{bindingoffset=<len>}
%% \DescribeMacro{gutteroffset=<len>} %% \DescribeMacro{gutteroffset=<len>}
%%% \DescribeMacro{gutterimageoffset=<len>}
%% \DescribeMacro{bleed=<len>} %% \DescribeMacro{bleed=<len>}
% %
%% This is similar to what |geometry| does, but adds bleed support. %% This is similar to what |geometry| does, but adds bleed support.
@ -295,7 +288,6 @@
\DeclareStringOption{blockheight} \DeclareStringOption{blockheight}
\DeclareStringOption[0pt]{bindingoffset}[0mm] \DeclareStringOption[0pt]{bindingoffset}[0mm]
\DeclareStringOption[0pt]{gutteroffset}[0mm] \DeclareStringOption[0pt]{gutteroffset}[0mm]
\DeclareStringOption[0pt]{gutterimageoffset}[0mm]
\DeclareStringOption[5mm]{bleed}[5mm] \DeclareStringOption[5mm]{bleed}[5mm]
%% \DescribeMacro{flatfold=<len>} %% \DescribeMacro{flatfold=<len>}
@ -821,7 +813,6 @@
\setlength\bindingoffset{\photobook@bindingoffset} \setlength\bindingoffset{\photobook@bindingoffset}
%% \DescribeMacro{\gutteroffset=<len>} %% \DescribeMacro{\gutteroffset=<len>}
%%% \DescribeMacro{\gutterimageoffset=<len>}
% %
%% Gutter offsets %% Gutter offsets
%% %%
@ -830,8 +821,6 @@
%% %%
\newlength\gutteroffset \newlength\gutteroffset
\setlength\gutteroffset{\photobook@gutteroffset} \setlength\gutteroffset{\photobook@gutteroffset}
\newlength\gutterimageoffset
\setlength\gutterimageoffset{\photobook@gutterimageoffset}
%% \DescribeMacro{\defaultfoldout=<fold-spec>} %% \DescribeMacro{\defaultfoldout=<fold-spec>}
% %