summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/photobook/scripts/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/photobook/scripts/README.md')
-rw-r--r--macros/latex/contrib/photobook/scripts/README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/macros/latex/contrib/photobook/scripts/README.md b/macros/latex/contrib/photobook/scripts/README.md
index 7befc14228..9ed4739884 100644
--- a/macros/latex/contrib/photobook/scripts/README.md
+++ b/macros/latex/contrib/photobook/scripts/README.md
@@ -137,7 +137,7 @@ or multiples, ...etc.? At this stage this is about the presentation,
the flow of the work and not about the actual design. How many typical
spreads (i.e. spread templates) should it have? A good number should be
small-ish, for example 3-4 spread templates is a good number, if you
-count 10+ then you might be overcomplicating tings, but note, there are
+count 10+ then you might be overcomplicating things, but note, there are
no rules, a book where each spread is individually and manually layed out
may work as well as a book with just a single template spread, but in
general for a photo book the focus is on the project and the layout
@@ -344,6 +344,8 @@ IMAGE_FORMATS=jpeg|jpg|png|pdf|svg|eps
SPREADS_DIR=spreads/
# if non-empty link link images to matching ones from this directory...
+# NOTE: this is ignored if --graphicx-path is passed or GRAPHICX_PATH
+# is set.
IMAGE_HIRES_DIR=
# directory where external captions are stored...
@@ -370,6 +372,10 @@ IMAGE_SPREAD=(
[0]=text-spread
[2]=image-image
)
+
+# if set (or --graphicx-path is passed) the images are identified by their
+# basename so as to let graphicx package resolve the paths internally.
+GRAPHICX_PATH=1
```
An explicit configuration file can be manually specified: