cleanup + preparing to do marks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-09-12 03:52:17 +03:00
parent b4ee43eb8a
commit 23264998c1

View File

@ -994,7 +994,7 @@
%% >> \emptypage %% >> \emptypage
%% >> \emptypage[<style>] %% >> \emptypage[<style>]
% %
%% |<style>| is the with |fancyhdr| style name, |empty| is the default. %% |<style>| is the style name as defined via |fancyhdr| (default: |empty|).
%% %%
\newcommand\emptypage[1][empty]{% \newcommand\emptypage[1][empty]{%
\begin{page}% \begin{page}%
@ -2822,8 +2822,6 @@
%% %%
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
%%%%% Generic
%%%%% Tweaking %%%%% Tweaking
% %
%% Most page/spread templates provide an ability to externally "tweak" %% Most page/spread templates provide an ability to externally "tweak"
@ -3857,6 +3855,23 @@
\end{page}} \end{page}}
% XXX place marks in bleed area...
% XXX do this for all pages... (???)
\newcommand\ShowMarks[1][1pt]{%
% XXX corners...
\ifendpaperlayout%
% XXX fold...
\fi%
\ifcoverlikelayout%
% XXX spine...
% XXX folds...
\fi%
\ifjacketlayout%
% XXX spine...
% XXX folds...
\fi}
%% \DescribeMacro{\pdfcommentcell\{..\}} %% \DescribeMacro{\pdfcommentcell\{..\}}
% %
%% Add pdf comment as margin overlay. %% Add pdf comment as margin overlay.