mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 10:20:08 +00:00
Merge branch 'main' of github.com:flynx/photobook
This commit is contained in:
commit
cab5eddea5
2
Makefile
2
Makefile
@ -15,8 +15,8 @@ TEX := lualatex
|
||||
# Generate docs from latex package/class...
|
||||
#
|
||||
# - keep only lines starting with '%%'
|
||||
# - %%%% Text -> \section(Text)
|
||||
# - %%%%% Text -> \subsection(Text)
|
||||
# - %%%% Text -> \section(Text)
|
||||
# - %% >> code -> \begin{verbatim}code\end{verbatim}
|
||||
#
|
||||
# NOTE: the idea of keeping latex docs in a latex file is far similar
|
||||
|
||||
@ -243,6 +243,7 @@
|
||||
%% \end{verbatim}
|
||||
%% \end{minipage}
|
||||
%
|
||||
% XXX document layout bools here...
|
||||
% XXX in cover layout setup pdf boxes in a way to use \bleed as foldover...
|
||||
% ...see hyperref docs to set pdf view/print area (???)
|
||||
% .....should also set \bleed default to something like 17mm
|
||||
@ -251,7 +252,6 @@
|
||||
% - setup pine
|
||||
% - setup back-cover
|
||||
% ...envs??
|
||||
% XXX do we need to implement cover fold over???
|
||||
% XXX not yet sure how to go about this -- should we update \blockwidth
|
||||
% or should we define a new length and let some templates
|
||||
% use one and some use the other???
|
||||
@ -406,9 +406,9 @@
|
||||
|
||||
%----------------------------------------------------------------------
|
||||
%%%% Globals
|
||||
%
|
||||
% NOTE: most of these are setup in \InitPage...
|
||||
|
||||
%%
|
||||
%% Most of these are setup in |\InitPage|.
|
||||
%%
|
||||
%% \DescribeMacro{\layoutmode}
|
||||
%
|
||||
%% Layout mode
|
||||
@ -849,7 +849,7 @@
|
||||
%
|
||||
%% Get pdf page count
|
||||
%%
|
||||
%% >> \pdfpagecount{<file.pdf>}
|
||||
%% >> \pdfpagecount{<file-pdf>}
|
||||
%%
|
||||
\newcommand\pdfpagecount[1]{
|
||||
\ifpdftex
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user