Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-03-09 15:26:22 +03:00
parent a53ab29edf
commit f0c0b79c45

View File

@ -12,8 +12,8 @@ A typical project tree:
``` ```
book/ book/
├── templates/ . . . . . . . . . . . . Global templates. ├── templates/ . . . . . . . . . . . . Global templates.
│ ├── imagepage.tex . . . . . . . . . Single page image template. │ ├── imagepage.tex . . . . . . . . . Single page image template,
│ ├── textpage.tex . . . . . . . . . Single page text template. │ ├── textpage.tex . . . . . . . . . Single page text template,
│   │ These are used to build spreads │   │ These are used to build spreads
│   │ when no explicit template matches. │   │ when no explicit template matches.
│ ├── blank-image.tex │ ├── blank-image.tex
@ -24,7 +24,7 @@ book/
├── pages/ . . . . . . . . . . . . . . Main block layout. ├── pages/ . . . . . . . . . . . . . . Main block layout.
│   ├── 00/ . . . . . . . . . . . . . . A basic spread. │   ├── 00/ . . . . . . . . . . . . . . A basic spread.
│   │   ├── tweaks.tex The spread template is built │   │   ├── tweaks.tex The spread template is built
│   │   └── 0-DSC02432.jpg automaticall ywith tweaks.tex │   │   └── 0-DSC02432.jpg automatically with tweaks.tex
│   │   prepended. │   │   prepended.
│   ├── 01/ │   ├── 01/
│   │   ├── 0-DSC02439.jpg │   │   ├── 0-DSC02439.jpg