From ecbfd5e0d147efd144d4e29a78a1d48acfb4023c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 6 Mar 2023 13:37:19 +0300 Subject: [PATCH] notes and tips... Signed-off-by: Alex A. Naanou --- scripts/make-images.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/scripts/make-images.sh b/scripts/make-images.sh index adfbb76..5d32fdb 100644 --- a/scripts/make-images.sh +++ b/scripts/make-images.sh @@ -2,7 +2,16 @@ shopt -s nullglob extglob #---------------------------------------------------------------------- -# +# +# TIP: It is better to think of a visual book as a set of spreads +# rather than a set of pages, hence the focus on spreads in the +# code below. +# The main unit of a "visual" book is a spread, it's the thing +# you see when you hold the book open, and the main workflow +# when building a book is creating spreads and ordering them so +# a single page is almost never treated as an independent unit. +# +# # Template structure: # templates/ # imagepage.tex