org: add a new code example

This addresses on item of #14.

* doc/org/tut20.org: New file.
* doc/Makefile.am: Add it.
* doc/org/tut.org: Link to it.
* doc/org/.dir-locals.el.in, doc/org/init.el.in: Fix some PATH
issues.
This commit is contained in:
Alexandre Duret-Lutz 2015-06-10 23:21:30 +02:00
parent 9f32021e0f
commit 60bd9dd606
5 changed files with 327 additions and 8 deletions

View file

@ -16,3 +16,4 @@ three interfaces supported by Spot: shell commands, Python, or C++.
- [[file:tut01.org][Parsing and Printing LTL Formulas]]
- [[file:tut02.org][Relabeling Formulas]]
- [[file:tut10.org][Translating an LTL formula into a never claim]]
- [[file:tut20.org][Converting a never claim into HOA]]