Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-03-26 01:28:59 +03:00
parent 85d1e5f013
commit 8b151c433f

View File

@ -389,10 +389,11 @@ $ make-spreads.sh -c <path> ..
Extract the documentation from photobook.cls which is used to build the
photobook.pdf reference manual.
This makes it possible to maintain the documentation and code in a
single file retaining human readability.
This makes it possible to keep the documentation and code it describes
in the same place/file.
The format is inspired by LaTeX's .dxt format but is far simpler.
The format is in part inspired by LaTeX's .dxt format but is far simpler
and retains human readability with less effort.
```shell