From 8ed6c2cf247b0a9d7f20d1a8426b4ef7b50bb761 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 30 Jul 2021 00:21:10 +0300 Subject: [PATCH] tweaks. Signed-off-by: Alex A. Naanou --- photobook.cls | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/photobook.cls b/photobook.cls index efe476e..f24c62a 100644 --- a/photobook.cls +++ b/photobook.cls @@ -90,6 +90,7 @@ % Image block size relative to text block... % +% XXX not yet used... % XXX better name... \DeclareStringOption[0.85]{imageblockwidth}[1] \DeclareStringOption[0.85]{imageblockheight}[1] @@ -128,6 +129,7 @@ \photobook@innerbleed \fi } + \newlength\bindingoffset \setlength\bindingoffset{\photobook@bindingoffset} @@ -136,11 +138,11 @@ %---------------------------------------------------------------------- % Commands... -\newcommand\Keywords[1]{% +\newcommand\keywords[1]{% \def\@keywords{#1}} -\newcommand\Subject[1]{% +\newcommand\subject[1]{% \def\@subject{#1}}