mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 18:30:10 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8c2bc40ba3
commit
67b4df7cda
@ -90,9 +90,18 @@ $ make-images.sh --help
|
||||
### The process
|
||||
|
||||
|
||||
### Templates
|
||||
|
||||
```bnf
|
||||
templates/
|
||||
├── <template-name>.tex
|
||||
└── ...
|
||||
```
|
||||
|
||||
|
||||
### Layout
|
||||
|
||||
```
|
||||
```bnf
|
||||
pages/
|
||||
├── <spread>/
|
||||
│ ├── 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/
|
||||
├── <image-name>.txt
|
||||
└── ...
|
||||
@ -120,7 +130,7 @@ environment variable.
|
||||
|
||||
|
||||
Inline captions are also supported:
|
||||
```
|
||||
```bnf
|
||||
pages/
|
||||
├── <spread>/
|
||||
│ ├── ...
|
||||
@ -133,15 +143,6 @@ An inline caption must have the same filename as the corresponding image
|
||||
but with a .txt extension.
|
||||
|
||||
|
||||
### Templates
|
||||
|
||||
```
|
||||
templates/
|
||||
├── <template-name>.tex
|
||||
└── ...
|
||||
```
|
||||
|
||||
|
||||
### Environment variables
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user