mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 18:00:10 +00:00
makefile bug found....
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
96c503c84c
commit
0aa20aee0f
3
Makefile
3
Makefile
@ -28,6 +28,9 @@ TEX := latexmk -lualatex $(ARGS)
|
||||
# in both the repo and in installed form.
|
||||
# NOTE: this is evolving as need arises, when this gets too complicated
|
||||
# we'll split it out into it's own script.
|
||||
# XXX BUG: for some odd reason this produces different results when called
|
||||
# from 'bash' and 'bash --login -i', mainly the egrep rule seems
|
||||
# to be broken...
|
||||
texToDoc = \
|
||||
@echo "texToDoc: $1 -> $2"; \
|
||||
cat $1 \
|
||||
|
||||
@ -2745,7 +2745,7 @@
|
||||
%% \begin{minipage}{\textwidth}
|
||||
%% \begin{verbatim}
|
||||
%%
|
||||
%% v paperfoldwidth v
|
||||
%% v \paperfoldwidth v
|
||||
%%
|
||||
%% - --=----------------++---------------++--------------+
|
||||
%% = .. .. |
|
||||
@ -2773,7 +2773,7 @@
|
||||
%% | (1) .. (2) .. (3) =
|
||||
%% +--------------++---------------++----------------=-- -
|
||||
%%
|
||||
%% ^ paperfoldwidth ^
|
||||
%% ^ \paperfoldwidth ^
|
||||
%%
|
||||
%% \end{verbatim}
|
||||
%% \end{minipage}
|
||||
@ -2811,10 +2811,10 @@
|
||||
%% \end{minipage}
|
||||
%%
|
||||
%%
|
||||
%% \DescribeMacro{\paperfoldwidth}
|
||||
%% \DescribeMacro{\clearfoldoutbinding}
|
||||
%% \DescribeMacro{\clearfoldoutedge}
|
||||
%% \DescribeMacro{\clearfoldoutfold}
|
||||
%% \DescribeMacro{\paperfoldwidth=<len>}
|
||||
%% \DescribeMacro{\clearfoldoutbinding=<len>}
|
||||
%% \DescribeMacro{\clearfoldoutedge=<len>}
|
||||
%% \DescribeMacro{\clearfoldoutfold=<len>}
|
||||
%
|
||||
%% Fold panel sizing for similar fold sequence:
|
||||
%%
|
||||
@ -3033,7 +3033,7 @@
|
||||
\foldoutcellwidths,\the\photobook@foldout@panelwidth}%
|
||||
\stepcounter{photobook@foldoutpanel}}
|
||||
|
||||
% XXX also add this to jacket/cover...
|
||||
% XXX also add this to jacket/cover/endpaper...
|
||||
\newlength\photobook@showmarks@offset
|
||||
\setlength\photobook@showmarks@offset{0pt}
|
||||
\newcommand\photobook@showmarks{%
|
||||
@ -3149,8 +3149,6 @@
|
||||
%% \DescribeEnv{foldoutcell}
|
||||
%% \DescribeEnv{foldoutcell*}
|
||||
%
|
||||
%% \EXPERIMENTAL
|
||||
%%
|
||||
%% Create a cell spanning one or more foldout panels.
|
||||
%
|
||||
%% >> \begin{foldoutcell}[<num>] ... \end{foldoutcell}
|
||||
@ -3169,6 +3167,8 @@
|
||||
%% Neither version clips its content, to explicitly clip use the |cliptocell|
|
||||
%% environment.
|
||||
%%
|
||||
%% These can only be used from within a |foldout| cell.
|
||||
%%
|
||||
\newlength\photobook@foldoutcell@left
|
||||
\setlength\photobook@foldoutcell@left{0pt}
|
||||
\newlength\photobook@foldoutcell@width
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user