mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 10:20:08 +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
|
### The process
|
||||||
|
|
||||||
|
|
||||||
|
### Templates
|
||||||
|
|
||||||
|
```bnf
|
||||||
|
templates/
|
||||||
|
├── <template-name>.tex
|
||||||
|
└── ...
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Layout
|
### Layout
|
||||||
|
|
||||||
```
|
```bnf
|
||||||
pages/
|
pages/
|
||||||
├── <spread>/
|
├── <spread>/
|
||||||
│ ├── tweaks.tex
|
│ ├── tweaks.tex
|
||||||
@ -109,7 +118,8 @@ pages/
|
|||||||
|
|
||||||
In general image captions are decoupled from the main layout to enable
|
In general image captions are decoupled from the main layout to enable
|
||||||
writers and editors to work on them externally.
|
writers and editors to work on them externally.
|
||||||
```
|
|
||||||
|
```bnf
|
||||||
captions/
|
captions/
|
||||||
├── <image-name>.txt
|
├── <image-name>.txt
|
||||||
└── ...
|
└── ...
|
||||||
@ -120,7 +130,7 @@ environment variable.
|
|||||||
|
|
||||||
|
|
||||||
Inline captions are also supported:
|
Inline captions are also supported:
|
||||||
```
|
```bnf
|
||||||
pages/
|
pages/
|
||||||
├── <spread>/
|
├── <spread>/
|
||||||
│ ├── ...
|
│ ├── ...
|
||||||
@ -133,15 +143,6 @@ An inline caption must have the same filename as the corresponding image
|
|||||||
but with a .txt extension.
|
but with a .txt extension.
|
||||||
|
|
||||||
|
|
||||||
### Templates
|
|
||||||
|
|
||||||
```
|
|
||||||
templates/
|
|
||||||
├── <template-name>.tex
|
|
||||||
└── ...
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
### Environment variables
|
### Environment variables
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user