Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-07-30 00:21:10 +03:00
parent ce45a4829d
commit 8ed6c2cf24

View File

@ -90,6 +90,7 @@
% Image block size relative to text block... % Image block size relative to text block...
% %
% XXX not yet used...
% XXX better name... % XXX better name...
\DeclareStringOption[0.85]{imageblockwidth}[1] \DeclareStringOption[0.85]{imageblockwidth}[1]
\DeclareStringOption[0.85]{imageblockheight}[1] \DeclareStringOption[0.85]{imageblockheight}[1]
@ -128,6 +129,7 @@
\photobook@innerbleed \photobook@innerbleed
\fi } \fi }
\newlength\bindingoffset \newlength\bindingoffset
\setlength\bindingoffset{\photobook@bindingoffset} \setlength\bindingoffset{\photobook@bindingoffset}
@ -136,11 +138,11 @@
%---------------------------------------------------------------------- %----------------------------------------------------------------------
% Commands... % Commands...
\newcommand\Keywords[1]{% \newcommand\keywords[1]{%
\def\@keywords{#1}} \def\@keywords{#1}}
\newcommand\Subject[1]{% \newcommand\subject[1]{%
\def\@subject{#1}} \def\@subject{#1}}