From 0a3ef4c170f092868b3ef60c5753c42413523757 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 4 Sep 2023 21:02:02 +0300 Subject: [PATCH] updated docs... Signed-off-by: Alex A. Naanou --- scripts/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/README.md b/scripts/README.md index c8807fa..9ed4739 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -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: