mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 10:20:08 +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.
|
# in both the repo and in installed form.
|
||||||
# NOTE: this is evolving as need arises, when this gets too complicated
|
# NOTE: this is evolving as need arises, when this gets too complicated
|
||||||
# we'll split it out into it's own script.
|
# 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 = \
|
texToDoc = \
|
||||||
@echo "texToDoc: $1 -> $2"; \
|
@echo "texToDoc: $1 -> $2"; \
|
||||||
cat $1 \
|
cat $1 \
|
||||||
|
|||||||
@ -2745,7 +2745,7 @@
|
|||||||
%% \begin{minipage}{\textwidth}
|
%% \begin{minipage}{\textwidth}
|
||||||
%% \begin{verbatim}
|
%% \begin{verbatim}
|
||||||
%%
|
%%
|
||||||
%% v paperfoldwidth v
|
%% v \paperfoldwidth v
|
||||||
%%
|
%%
|
||||||
%% - --=----------------++---------------++--------------+
|
%% - --=----------------++---------------++--------------+
|
||||||
%% = .. .. |
|
%% = .. .. |
|
||||||
@ -2773,7 +2773,7 @@
|
|||||||
%% | (1) .. (2) .. (3) =
|
%% | (1) .. (2) .. (3) =
|
||||||
%% +--------------++---------------++----------------=-- -
|
%% +--------------++---------------++----------------=-- -
|
||||||
%%
|
%%
|
||||||
%% ^ paperfoldwidth ^
|
%% ^ \paperfoldwidth ^
|
||||||
%%
|
%%
|
||||||
%% \end{verbatim}
|
%% \end{verbatim}
|
||||||
%% \end{minipage}
|
%% \end{minipage}
|
||||||
@ -2811,10 +2811,10 @@
|
|||||||
%% \end{minipage}
|
%% \end{minipage}
|
||||||
%%
|
%%
|
||||||
%%
|
%%
|
||||||
%% \DescribeMacro{\paperfoldwidth}
|
%% \DescribeMacro{\paperfoldwidth=<len>}
|
||||||
%% \DescribeMacro{\clearfoldoutbinding}
|
%% \DescribeMacro{\clearfoldoutbinding=<len>}
|
||||||
%% \DescribeMacro{\clearfoldoutedge}
|
%% \DescribeMacro{\clearfoldoutedge=<len>}
|
||||||
%% \DescribeMacro{\clearfoldoutfold}
|
%% \DescribeMacro{\clearfoldoutfold=<len>}
|
||||||
%
|
%
|
||||||
%% Fold panel sizing for similar fold sequence:
|
%% Fold panel sizing for similar fold sequence:
|
||||||
%%
|
%%
|
||||||
@ -3033,7 +3033,7 @@
|
|||||||
\foldoutcellwidths,\the\photobook@foldout@panelwidth}%
|
\foldoutcellwidths,\the\photobook@foldout@panelwidth}%
|
||||||
\stepcounter{photobook@foldoutpanel}}
|
\stepcounter{photobook@foldoutpanel}}
|
||||||
|
|
||||||
% XXX also add this to jacket/cover...
|
% XXX also add this to jacket/cover/endpaper...
|
||||||
\newlength\photobook@showmarks@offset
|
\newlength\photobook@showmarks@offset
|
||||||
\setlength\photobook@showmarks@offset{0pt}
|
\setlength\photobook@showmarks@offset{0pt}
|
||||||
\newcommand\photobook@showmarks{%
|
\newcommand\photobook@showmarks{%
|
||||||
@ -3149,8 +3149,6 @@
|
|||||||
%% \DescribeEnv{foldoutcell}
|
%% \DescribeEnv{foldoutcell}
|
||||||
%% \DescribeEnv{foldoutcell*}
|
%% \DescribeEnv{foldoutcell*}
|
||||||
%
|
%
|
||||||
%% \EXPERIMENTAL
|
|
||||||
%%
|
|
||||||
%% Create a cell spanning one or more foldout panels.
|
%% Create a cell spanning one or more foldout panels.
|
||||||
%
|
%
|
||||||
%% >> \begin{foldoutcell}[<num>] ... \end{foldoutcell}
|
%% >> \begin{foldoutcell}[<num>] ... \end{foldoutcell}
|
||||||
@ -3169,6 +3167,8 @@
|
|||||||
%% Neither version clips its content, to explicitly clip use the |cliptocell|
|
%% Neither version clips its content, to explicitly clip use the |cliptocell|
|
||||||
%% environment.
|
%% environment.
|
||||||
%%
|
%%
|
||||||
|
%% These can only be used from within a |foldout| cell.
|
||||||
|
%%
|
||||||
\newlength\photobook@foldoutcell@left
|
\newlength\photobook@foldoutcell@left
|
||||||
\setlength\photobook@foldoutcell@left{0pt}
|
\setlength\photobook@foldoutcell@left{0pt}
|
||||||
\newlength\photobook@foldoutcell@width
|
\newlength\photobook@foldoutcell@width
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user