org: document explicit vs. on-the-fly

* doc/org/tut50.org: New file.
* doc/org/tut.org: Add it.
* NEWS: Mention it.
* doc/Makefile.am: Add tut50.org, and download plantuml.jar when needed.
* doc/org/.dir-locals.el.in, doc/org/init.el.in: Activate plantum.
* HACKING: Mention the Java dependency.
This commit is contained in:
Alexandre Duret-Lutz 2016-07-26 11:20:29 +02:00
parent d7d6b40926
commit da464d8199
7 changed files with 906 additions and 2 deletions

View file

@ -33,6 +33,10 @@ three interfaces supported by Spot: shell commands, Python, or C++.
- [[file:tut21.org][Custom print of an automaton]]
- [[file:tut22.org][Creating an automaton by adding states and transitions]]
* Examples in C++ only
- [[file:tut50.org][Explicit vs. on-the-fly: two interfaces for exploring automata]]
* Examples in Python only
In directory =python/tests=, the [[file:install.org][Spot tarball]] contains a small