summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/photobook/scripts/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-03-14 03:01:36 +0000
committerNorbert Preining <norbert@preining.info>2023-03-14 03:01:36 +0000
commit2ba976b06ff8c59f0eec2151c5afb7671a35671e (patch)
tree4bcddcd2b5d5460c8bafe11a5fb89cd75ea6dca1 /macros/latex/contrib/photobook/scripts/README.md
parente3c18c7072eebabaa706008b7fa42c73ec2ff83e (diff)
CTAN sync 202303140301
Diffstat (limited to 'macros/latex/contrib/photobook/scripts/README.md')
-rw-r--r--macros/latex/contrib/photobook/scripts/README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/macros/latex/contrib/photobook/scripts/README.md b/macros/latex/contrib/photobook/scripts/README.md
index 5970cfbb72..223578f7bb 100644
--- a/macros/latex/contrib/photobook/scripts/README.md
+++ b/macros/latex/contrib/photobook/scripts/README.md
@@ -23,7 +23,7 @@ Support scripts
`make-spreads.sh`
----------------
-Generate LaTeX block of pages from a directory tree.
+Generate LaTeX block of pages/spreads from a directory tree.
This was initially intended as a means to convert the exported directory
tree from an image viewer where image/text sequencing was done, but it
@@ -315,8 +315,7 @@ but with a .txt extension.
All the configuration options can be given in a configuration file as
well as environment variables.
-<!-- XXX this is not true at the moment, not sure if this is a bug or a feature...
-Environment variables take precedence over the configuration file. -->
+Environment variables take precedence over the configuration file.
The default `make-images.cfg` would look something like:
```shell
@@ -361,6 +360,11 @@ IMAGE_SPREAD=(
)
```
+An explicit configuration file can be manually specified:
+```shell
+$ make-spreads.sh -c <path> ..
+```
+
---