mirror of
https://github.com/flynx/photobook.git
synced 2025-12-23 20:11:38 +00:00
minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f0c0b79c45
commit
52ef3c8cda
@ -4,10 +4,16 @@
|
|||||||
|
|
||||||
Generate LaTeX block of pages from a directory tree.
|
Generate LaTeX block of pages from a directory tree.
|
||||||
|
|
||||||
This is initially intended as a means to convert the exported directory
|
This was initially intended as a means to convert the exported directory
|
||||||
tree from an image viewer where image/text sequencing was done, but it
|
tree from an image viewer where image/text sequencing was done, but it
|
||||||
can also be used standalone.
|
can also be used standalone.
|
||||||
|
|
||||||
|
Goals:
|
||||||
|
- Decouple layout, images, processing and different texts to enable
|
||||||
|
different people to work on them independently and in parallel,
|
||||||
|
- Automate the build process.
|
||||||
|
|
||||||
|
|
||||||
A typical project tree:
|
A typical project tree:
|
||||||
```
|
```
|
||||||
book/
|
book/
|
||||||
@ -62,7 +68,7 @@ $ make-images.sh ./pages > block-pages.tex
|
|||||||
|
|
||||||
Note that `make-images.sh` does not force a specific layout outside of the `pages`
|
Note that `make-images.sh` does not force a specific layout outside of the `pages`
|
||||||
directory, all paths are configurable. The way the root files are structured is
|
directory, all paths are configurable. The way the root files are structured is
|
||||||
just one way to organize a book's srouce code with minimal code duplication.
|
just one way to organize a book's source code with minimal code duplication.
|
||||||
|
|
||||||
|
|
||||||
For runtime help see:
|
For runtime help see:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user