diff --git a/examples/book/README.md b/examples/book/README.md index 71f710c..f6993da 100644 --- a/examples/book/README.md +++ b/examples/book/README.md @@ -3,6 +3,30 @@ Full book example This directory contains a full book example. +``` +book/ +├── templates/ . . . . . . . . . . . . Templates used to buld spreads +│   └── ... (used by: make-spreads.sh) +├── spreads/ . . . . . . . . . . . . . Spread layout +│   └── ... (used by: make-spreads.sh) +├── captions/ . . . . . . . . . . . . . Image captions +│   └── ... (used by: make-spreads.sh) +├── hi-res/ . . . . . . . . . . . . . . High resolution graphics +│   └── ... (used by: make-spreads.sh) +├── Makefile +├── setup.tex . . . . . . . . . . . . . Book setup and configuration +│ This file contains all the book +│ geometry, colors and other +│ settings common to all comoponents +│ of the book. +├── block.tex . . . . . . . . . . . . . General page block layout. +├── spreads.tex . . . . . . . . . . . . Book spereads +│ (generated by: make-spreads.sh) +├── cover.tex +├── endpaper.tex +├── jacket.tex +└── ... +``` Building @@ -13,13 +37,25 @@ $ make all ``` +Structure +--------- + +### `setup.tex` + +### `spreads.tex` + +### `cover.tex` / `jacket.tex` / `endpaper.tex` / .. + + + Workflow -------- XXX -For information about the build (make-spreads.sh) see: ../../scripts/README.md +For information about building spreads see: +[make-spreads.sh](../../scripts/README.md) diff --git a/examples/book/macros.tex b/examples/book/macros.tex deleted file mode 100644 index e69de29..0000000 diff --git a/scripts/README.md b/scripts/README.md index 4083252..7befc14 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -50,7 +50,7 @@ book/ │ ├── image-image.tex │ ├── fullbleed.tex │ └── ... -├── spreads/ . . . . . . . . . . . . . . Main block layout. +├── spreads/ . . . . . . . . . . . . . Main block layout. │   ├── 00/ . . . . . . . . . . . . . . A basic spread. │   │   ├── tweaks.tex The spread template is built │   │   └── 0-DSC02432.jpg automatically with tweaks.tex