
The source of the main text is here, written with asciidoctor.
If you want to build the document from the source, follow these steps.
Install
Prerequisites:
rubybundler
Install ruby libraries:
bash
bundle install --path vendor/bundlebundle install --path vendor/bundleBuild the document
bash
./generate.sh main.adoc./generate.sh main.adocThis will generate HTML and PDF documents in the directory named dist/.
Source structure
main.adoc: Main documentdist/: Output document (both HTML and PDF) will be generated hereimgs/: Put image files herefonts/,pdf-style/: Fonts and styles for PDF generation. Do not touch!XXX.adoc: One section per file
Toshiki's Note