updating docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-03-08 01:56:38 +03:00
parent 9ccabceb2e
commit 010b3ad4e9

View File

@ -17,6 +17,13 @@ shopt -s nullglob extglob
# imagepage.tex # imagepage.tex
# textpage.tex # textpage.tex
# ... # ...
# captions/
# <image>.txt
# image caption.
# this is separated to decouple caption writing from the
# changes to the layout/sequencing and this drastically
# simplify the work with writers.
# ...
# $IMAGE_DIR/ # $IMAGE_DIR/
# $spread/ # $spread/
# tweaks.tex # tweaks.tex
@ -68,6 +75,8 @@ shopt -s nullglob extglob
# resolve to: # resolve to:
# $IMAGE_HIRES_DIR/<image> # $IMAGE_HIRES_DIR/<image>
# XXX hi-res substitution currently disabled. # XXX hi-res substitution currently disabled.
# 00-<image>.txt
# local image caption text.
# 01-<text>.txt # 01-<text>.txt
# text. # text.
# ... # ...