added spread generation example...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-09-14 11:48:47 +03:00
parent 23c1fe9fe5
commit 021803c268
13 changed files with 43 additions and 0 deletions

View File

@ -123,6 +123,7 @@ BUILD_DIR := build
DIST_NAME := $(MODULE)-$(VERSION)-$(DATE)
DIST_DIR := dist
DIST_FILES = \
Makefile \
$(wildcard scripts/*) \
$(wildcard examples/*) \
$(wildcard workflow/*) \

View File

@ -0,0 +1,25 @@
#
# Example spread generator...
#
# Usage:
# $ make
#
# To make a specifc spread (0-based index) use:
# $ SPREAD=1 make
#
# For more info use:
# make-images.sh --help
#
#
MAKESPREADS := ../../scripts/make-images.sh
spreads.tex: spreads
$(MAKESPREADS) $< $(SPREAD) > $@
clean:
rm -f spreads.tex
all: spreads.tex

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 KiB

View File

@ -0,0 +1 @@
Some text

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 KiB

View File

@ -0,0 +1 @@
Some text

View File

@ -0,0 +1 @@
Some text

View File

@ -0,0 +1,2 @@
\cleardoublepage
\ImagePage{${CAPTION0}}{${IMAGE0}}

View File

@ -0,0 +1,2 @@
\ImagePage{${CAPTION0}}{${IMAGE0}}
\emptypage

View File

@ -0,0 +1,2 @@
\ImagePage{${CAPTION0}}{${IMAGE0}}
\ImagePage{${CAPTION1}}{${IMAGE1}}

View File

@ -0,0 +1 @@
\ImagePage{${CAPTION}}{${IMAGE}}

View File

@ -0,0 +1,7 @@
\null
\vfill
\parbox{\TextBlockWidth\textwidth}{%
\setlength{\parskip}{1em}
\input{${TEXT}} }
\vspace*{\TextBlockOffsetBottom\textheight}
\newpage