notes and docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-04-11 15:39:19 +03:00
parent b52ba46a79
commit 6fbe06bc49

View File

@ -1,10 +1,13 @@
%---------------------------------------------------------------------- %----------------------------------------------------------------------
% %
% photobook.cls
% -------------
% %
% This does the following: % This does the following:
% - sets up the document/pdf for viewing as a book % - sets up the document/pdf for viewing as a book
% - adds support for page bleeds % - sets up page bleeds
% - adds basic templates for image pages % - defines cells as basic template building blocks
% - adds basic templates for image pages and spreads
% %
% %
% This file contains both the code and the reference, but in a slightly % This file contains both the code and the reference, but in a slightly
@ -22,7 +25,7 @@
% Docs are built by the Makefile, so reference it for more info. % Docs are built by the Makefile, so reference it for more info.
% %
% To make the reference use: % To make the reference use:
%
% $ make pdf % $ make pdf
% %
% %
@ -33,6 +36,12 @@
% to edit it directly, edit the source instead. % to edit it directly, edit the source instead.
% %
% %
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
%
% XXX ASAP should cover/jacket/endpaper/spread templates/cells account
% for \bindingoffset (likely no) and/or \gutteroffset ???
% ...especially relevant to endpaper/spread...
% XXX ASAP revise how bleeds are handled by cells...
% %
% XXX captions behave in an odd way... % XXX captions behave in an odd way...
% the internal (macro) minipage for some reason does not affect text % the internal (macro) minipage for some reason does not affect text
@ -300,6 +309,7 @@
%% \DescribeMacro{endpaper} %% \DescribeMacro{endpaper}
%% \DescribeMacro{cover} %% \DescribeMacro{cover}
%% \DescribeMacro{jacket} %% \DescribeMacro{jacket}
%%% \DescribeMacro{web}
% %
%% Sat page layout mode. %% Sat page layout mode.
% %