diff --git a/examples/endpaper.tex b/examples/endpaper.tex index c53fad6..5022cd0 100644 --- a/examples/endpaper.tex +++ b/examples/endpaper.tex @@ -5,7 +5,7 @@ % page size... blockwidth=240mm, blockheight=220mm, bleed=4mm, - bindingoffset=5mm, + %bindingoffset=5mm, % image block configuration... imageblockwidth=0.98, imageblockheight=0.98, imageblockoffsettop=-0.1, @@ -85,6 +85,10 @@ +% XXX the left side's width seems to be off by one \bleed + it is offset +% by a bleed depending on page being even/odd... +% ...is this a binding offset issue??? +\GenerateTemplate \GenerateTemplate diff --git a/photobook.cls b/photobook.cls index 189b97e..5481b73 100644 --- a/photobook.cls +++ b/photobook.cls @@ -41,6 +41,7 @@ % XXX ASAP should cover/jacket/endpaper/spread cells set default cliptocell % bleeds??? % ...needs testing and experimenting... +% XXX ASAP: should \blockwidth include \bindingoffset (current) or not??? % XXX ASAP should cover/jacket/endpaper/spread templates/cells account % for \bindingoffset (likely no) and/or \gutteroffset ??? % ...especially relevant to endpaper/spread... @@ -53,7 +54,6 @@ % the internal (macro) minipage for some reason does not affect text % justification while adding a minipage in the macro argument works % as expected -- some odd input mode??? -% XXX Q: should \blockwidth include \bindingoffset (current) or not??? % XXX revise \clearcaption / \captionclearpage... % XXX unify API -- see CellContent env... % XXX make this loadable both as a class and as a package...