Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-10-05 23:40:48 +03:00
parent 2fb6707289
commit ee49355fde

View File

@ -2992,6 +2992,13 @@
% \photobook@foldout@showmarks% % \photobook@foldout@showmarks%
% \photobook@markfold[\photobook@foldout@prevfold]{#1}}} % \photobook@markfold[\photobook@foldout@prevfold]{#1}}}
% XXX this should be run after each page...
\newcommand\photobook@showmarks{%
\ifx\foldoutcellwidths\empty\else%
\foreachitem \photobook@showmarks@width \in \foldoutcellwidths{%
% XXX
}\fi}
% XXX mark folds on every page... % XXX mark folds on every page...
% XXX need to set marks on top of all other content -- create them last/at shipout? % XXX need to set marks on top of all other content -- create them last/at shipout?
% XXX in/out branches are identical -- unify... % XXX in/out branches are identical -- unify...