diff --git a/photobook.cls b/photobook.cls index 893cea2..72b2d9c 100644 --- a/photobook.cls +++ b/photobook.cls @@ -38,6 +38,14 @@ % % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % +% XXX ASAP might be a good idea to add a generic \bleedcell{..} +% with options to control which bleeds to include and their size... +% \bleedcell[top left bottom right]{..} +% \bleedcell[0mm 10mm 0mm 10mm]{..} +% \bleedcell[5mm]{..} +% \bleedcell[5mm 10mm]{..} +% ... +% ...semantics similar to CSS margins... % XXX ASAP should cover/jacket/endpaper/spread templates/cells account % for \bindingoffset (likely no) and/or \gutteroffset ??? % ...especially relevant to endpaper/spread... @@ -1817,6 +1825,9 @@ % %% \EXPERIMENTAL %% +%% This a cell wrapper for |adjustbox|. +%% +% XXX DOC \newenvironment{adjustcell*}[4][t]{% \begin{adjustbox}{#2}% \vspace{0pt}% @@ -2949,10 +2960,6 @@ %% but will not affect this either in size (block size) or in position %% (top-left). %% -%\newenvironment{pagecell}{% -% \begin{cell*}{\bleed,\bleed}{\pageblockwidth}{\pageblockheight}% -%}{% -% \end{cell*}} \newenvironment{pagecell}{% \begin{cell*}{% \bleed + \ifnumodd{\thepage}{\bindingoffset}{0pt},%