From 67b4df7cdab100fb0cfbc6daf5db30e20254528e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 10 Mar 2023 14:19:58 +0300 Subject: [PATCH] tweaking... Signed-off-by: Alex A. Naanou --- scripts/README.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index 6d699df..55f15e5 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -90,9 +90,18 @@ $ make-images.sh --help ### The process +### Templates + +```bnf +templates/ +├── .tex +└── ... +``` + + ### Layout -``` +```bnf pages/ ├── / │   ├── tweaks.tex @@ -109,7 +118,8 @@ pages/ In general image captions are decoupled from the main layout to enable writers and editors to work on them externally. -``` + +```bnf captions/ ├── .txt └── ... @@ -120,7 +130,7 @@ environment variable. Inline captions are also supported: -``` +```bnf pages/ ├── / │   ├── ... @@ -133,15 +143,6 @@ An inline caption must have the same filename as the corresponding image but with a .txt extension. -### Templates - -``` -templates/ -├── .tex -└── ... -``` - - ### Environment variables