better navigation...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-03-10 13:30:19 +03:00
parent 52ef3c8cda
commit c5f5195670

View File

@ -1,4 +1,12 @@
Support scripts
===============
Scripts:
- [`make-images.sh`](#make-imagessh)
- [`cls2tex.sh`](#cls2texsh)
`make-images.sh` `make-images.sh`
================ ================
@ -9,8 +17,9 @@ tree from an image viewer where image/text sequencing was done, but it
can also be used standalone. can also be used standalone.
Goals: Goals:
- Decouple layout, images, processing and different texts to enable - Decouple layout, sequencing, images, processing and different texts
different people to work on them independently and in parallel, to enable different people to work on them independently and in
parallel,
- Automate the build process. - Automate the build process.
@ -66,9 +75,10 @@ Generate the block:
$ make-images.sh ./pages > block-pages.tex $ 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
directory, all paths are configurable. The way the root files are structured is the `pages` directory, all paths are configurable. The way the root
just one way to organize a book's source code with minimal code duplication. files are structured is just one way to organize a book's source code
with minimal code duplication.
For runtime help see: For runtime help see: