mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 10:20:08 +00:00
added \BookType to make templates usable for non-book media too (fixed).
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a49fe8265a
commit
164fdab6a5
@ -93,7 +93,7 @@
|
|||||||
|
|
||||||
%%% NOTE: \def\<module-name>@[A-Z]+ macros will be visible to both the
|
%%% NOTE: \def\<module-name>@[A-Z]+ macros will be visible to both the
|
||||||
%%% code and the generated docs...
|
%%% code and the generated docs...
|
||||||
\edef\photobook@FILEVERSION{v0.1.24}
|
\edef\photobook@FILEVERSION{v0.1.25}
|
||||||
\edef\photobook@FILEDATE{2023-08-24}
|
\edef\photobook@FILEDATE{2023-08-24}
|
||||||
|
|
||||||
|
|
||||||
@ -4298,7 +4298,7 @@
|
|||||||
Copyright \textcopyright \ \BookYear \ \BookAuthors; All Rights Reserved.
|
Copyright \textcopyright \ \BookYear \ \BookAuthors; All Rights Reserved.
|
||||||
|
|
||||||
\ifx \License \empty%
|
\ifx \License \empty%
|
||||||
No part of this \BookType may be reproduced in any form without written permission
|
No part of this \BookType\ may be reproduced in any form without written permission
|
||||||
of the author except for use for brief quotation in a review.
|
of the author except for use for brief quotation in a review.
|
||||||
\else%
|
\else%
|
||||||
\License\fi}
|
\License\fi}
|
||||||
@ -4309,7 +4309,7 @@
|
|||||||
\def\BookFonts{}
|
\def\BookFonts{}
|
||||||
%% \DescribeMacro{SoftwareNotice=<text>}
|
%% \DescribeMacro{SoftwareNotice=<text>}
|
||||||
\def\SoftwareNotice{%
|
\def\SoftwareNotice{%
|
||||||
This \BookType was designed and laid out using open source
|
This \BookType\ was designed and laid out using open source
|
||||||
\ifx \BookFonts \empty\else
|
\ifx \BookFonts \empty\else
|
||||||
fonts and\fi
|
fonts and\fi
|
||||||
software including:
|
software including:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user