mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 02:10:08 +00:00
cleanup + preparing to do marks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b4ee43eb8a
commit
23264998c1
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user