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