prepping for work on cover/jacket layouts...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-08-03 03:01:12 +03:00
parent 89b907d842
commit 444a2f3e97
2 changed files with 35 additions and 4 deletions

View File

@ -11,6 +11,8 @@
% XXX BUG: fix \CAPTIONWIDTHFIX % XXX BUG: fix \CAPTIONWIDTHFIX
% XXX BUG: there seems to be a slight offset bias... % XXX BUG: there seems to be a slight offset bias...
% %
% XXX might be a good idea to add a spine calculator...
%
% %
%---------------------------------------------------------------------- %----------------------------------------------------------------------
@ -641,12 +643,41 @@
%---------------------------------------------------------------------- %----------------------------------------------------------------------
% Cover/endpaper Templates... % Cover/endpaper Templates...
% %
% XXX need: % XXX need a way to place images / templates into these...
% \begin{front} ... % XXX should these only be visible in respective modes???
% \begin{spine} ...
% \begin{spine} ...
% XXX % XXX
\newenvironment{front}
{}
{}
% XXX
\newenvironment{front-flap}
{}
{}
% XXX
% XXX should this be hirizontaly or vertically oriented???
% ...options, different envs???
\newenvironment{spine}
{}
{}
% XXX
\newenvironment{back}
{}
{}
% XXX
\newenvironment{back-flap}
{}
{}
% XXX might be a good idea to have an ability to just render a template...
% ...guides and stuff with placeholders...
% XXX this should simply figure out the current mode from setup options...
\newcommand\GenerateTemplate{}

0
workflow/jacket.tex Normal file
View File