org: factor headers into setup.org

* doc/org/setup.org: New file.
* doc/Makefile.am: Distribute it.
* doc/org/autfilt.org, doc/org/csv.org, doc/org/dstar2tgba.org,
doc/org/genltl.org, doc/org/ioltl.org, doc/org/ltl2tgba.org,
doc/org/ltl2tgta.org, doc/org/ltlcross.org, doc/org/ltlfilt.org,
doc/org/ltlgrind.org, doc/org/oaut.org, doc/org/randaut.org,
doc/org/randltl.org, doc/org/satmin.org, doc/org/tools.org: Use
setup.org.
This commit is contained in:
Alexandre Duret-Lutz 2015-01-07 19:30:13 +01:00
parent 15852b4e93
commit 56ed13a96d
17 changed files with 33 additions and 44 deletions

View file

@ -77,6 +77,7 @@ ORG_FILES = \
org/tools.org \ org/tools.org \
org/satmin.org \ org/satmin.org \
org/satmin.tex \ org/satmin.tex \
org/setup.org \
$(srcdir)/org/satmin.png $(srcdir)/org/satmin.png
$(srcdir)/org/satmin.png: org/satmin.tex $(srcdir)/org/satmin.png: org/satmin.tex

View file

@ -1,7 +1,6 @@
#+TITLE: =autfilt= #+TITLE: =autfilt=
#+EMAIL: spot@lrde.epita.fr #+SETUPFILE: setup.org
#+OPTIONS: H:2 num:nil toc:t #+HTML_LINK_UP: tools.html
#+LINK_UP: tools.html
The =autfilt= tool can filter, transform, and convert a stream of automata. The =autfilt= tool can filter, transform, and convert a stream of automata.

View file

@ -1,7 +1,6 @@
#+TITLE: Reading and writing CSV files #+TITLE: Reading and writing CSV files
#+EMAIL: spot@lrde.epita.fr #+SETUPFILE: setup.org
#+OPTIONS: H:2 num:nil toc:t #+HTML_LINK_UP: tools.html
#+LINK_UP: tools.html
This page discusses features available in Spot's command-line This page discusses features available in Spot's command-line
tools to produce an consume CSV files. tools to produce an consume CSV files.

View file

@ -1,7 +1,6 @@
#+TITLE: =dstar2tgba= #+TITLE: =dstar2tgba=
#+EMAIL: spot@lrde.epita.fr #+SETUPFILE: setup.org
#+OPTIONS: H:2 num:nil toc:t #+HTML_LINK_UP: tools.html
#+LINK_UP: tools.html
This tool converts deterministic Rabin and Streett automata, presented This tool converts deterministic Rabin and Streett automata, presented
in [[http://www.ltl2dstar.de/docs/ltl2dstar.html][the format output by =ltl2dstar=]], into Büchi automata. in [[http://www.ltl2dstar.de/docs/ltl2dstar.html][the format output by =ltl2dstar=]], into Büchi automata.

View file

@ -1,7 +1,6 @@
#+TITLE: =genltl= #+TITLE: =genltl=
#+EMAIL: spot@lrde.epita.fr #+SETUPFILE: setup.org
#+OPTIONS: H:2 num:nil toc:t #+HTML_LINK_UP: tools.html
#+LINK_UP: tools.html
This tool generates LTL formulas according to scalable patterns. This tool generates LTL formulas according to scalable patterns.
These pattern are usually taken from the literature (see the man page These pattern are usually taken from the literature (see the man page

View file

@ -1,7 +1,6 @@
#+TITLE: Common input and output options for LTL/PSL formulas #+TITLE: Common input and output options for LTL/PSL formulas
#+EMAIL: spot@lrde.epita.fr #+SETUPFILE: setup.org
#+OPTIONS: H:2 num:nil toc:t #+HTML_LINK_UP: tools.html
#+LINK_UP: tools.html
Spot supports different syntaxes for LTL/PSL formulas. This page Spot supports different syntaxes for LTL/PSL formulas. This page
documents the options, common to all tools where it makes sense, that documents the options, common to all tools where it makes sense, that

View file

@ -1,7 +1,6 @@
#+TITLE: =ltl2tgba= #+TITLE: =ltl2tgba=
#+EMAIL: spot@lrde.epita.fr #+SETUPFILE: setup.org
#+OPTIONS: H:2 num:nil toc:t #+HTML_LINK_UP: tools.html
#+LINK_UP: tools.html
This tool translates LTL or PSL formulas into two kinds of Büchi This tool translates LTL or PSL formulas into two kinds of Büchi
automata, or to monitors. The default is to output Transition-based automata, or to monitors. The default is to output Transition-based

View file

@ -1,7 +1,6 @@
#+TITLE: =ltl2tgta= #+TITLE: =ltl2tgta=
#+EMAIL: spot@lrde.epita.fr #+SETUPFILE: setup.org
#+OPTIONS: H:2 num:nil toc:t #+HTML_LINK_UP: tools.html
#+LINK_UP: tools.html
This tool generates various form of Testing Automata, i.e., automata This tool generates various form of Testing Automata, i.e., automata
that observe the /changes/ of atomic propositions, not their values. that observe the /changes/ of atomic propositions, not their values.

View file

@ -1,7 +1,6 @@
#+TITLE: =ltlcross= #+TITLE: =ltlcross=
#+EMAIL: spot@lrde.epita.fr #+SETUPFILE: setup.org
#+OPTIONS: H:2 num:nil toc:t #+HTML_LINK_UP: tools.html
#+LINK_UP: tools.html
=ltlcross= is a tool for cross-comparing the output of LTL-to-Büchi =ltlcross= is a tool for cross-comparing the output of LTL-to-Büchi
translators. It is actually a Spot-based clone of [[http://www.tcs.hut.fi/Software/lbtt/][LBTT]], the translators. It is actually a Spot-based clone of [[http://www.tcs.hut.fi/Software/lbtt/][LBTT]], the

View file

@ -1,7 +1,6 @@
#+TITLE: =ltlfilt= #+TITLE: =ltlfilt=
#+EMAIL: spot@lrde.epita.fr #+SETUPFILE: setup.org
#+OPTIONS: H:2 num:nil toc:t #+HTML_LINK_UP: tools.html
#+LINK_UP: tools.html
This tool is a filter for LTL formulas. (It will also work with PSL This tool is a filter for LTL formulas. (It will also work with PSL
formulas.) It can be used to perform a number of tasks. Essentially: formulas.) It can be used to perform a number of tasks. Essentially:

View file

@ -1,7 +1,6 @@
#+TITLE: =ltlgrind= #+TITLE: =ltlgrind=
#+EMAIL: spot@lrde.epita.fr #+SETUPFILE: setup.org
#+OPTIONS: H:2 num:nil toc:t #+HTML_LINK_UP: tools.html
#+LINK_UP: tools.html
This tool lists formulas that are similar to but simpler than a given This tool lists formulas that are similar to but simpler than a given
formula by applying simple mutations to it, like removing operands or formula by applying simple mutations to it, like removing operands or

View file

@ -1,7 +1,6 @@
#+TITLE: Common output options for automata #+TITLE: Common output options for automata
#+EMAIL: spot@lrde.epita.fr #+SETUPFILE: setup.org
#+OPTIONS: H:2 num:nil toc:t #+HTML_LINK_UP: tools.html
#+LINK_UP: tools.html
Spot supports different output syntaxes for automata. This page Spot supports different output syntaxes for automata. This page
documents the options, common to all tools where it makes sense, that documents the options, common to all tools where it makes sense, that

View file

@ -1,7 +1,6 @@
#+TITLE: =randaut= #+TITLE: =randaut=
#+EMAIL: spot@lrde.epita.fr #+SETUPFILE: setup.org
#+OPTIONS: H:2 num:nil toc:t #+HTML_LINK_UP: tools.html
#+LINK_UP: tools.html
The =randaut= tool generates random (connected) automata. The =randaut= tool generates random (connected) automata.

View file

@ -1,7 +1,6 @@
#+TITLE: =randltl= #+TITLE: =randltl=
#+EMAIL: spot@lrde.epita.fr #+SETUPFILE: setup.org
#+OPTIONS: H:2 num:nil toc:t #+HTML_LINK_UP: tools.html
#+LINK_UP: tools.html
This tool generates random formulas. By default, it will generate one This tool generates random formulas. By default, it will generate one
random LTL formula using atomic propositions supplied on the random LTL formula using atomic propositions supplied on the

View file

@ -1,7 +1,6 @@
#+TITLE: SAT-based Minimization of Deterministic (Generalized) Büchi Automata #+TITLE: SAT-based Minimization of Deterministic (Generalized) Büchi Automata
#+EMAIL: spot@lrde.epita.fr #+SETUPFILE: setup.org
#+OPTIONS: H:2 num:nil toc:t #+HTML_LINK_UP: tools.html
#+LINK_UP: tools.html
This page explains how to use [[file:ltl2tgba.org][=ltl2tgba=]] or [[file:dstar2tgba.org][=dstar2tgba=]] to minimize This page explains how to use [[file:ltl2tgba.org][=ltl2tgba=]] or [[file:dstar2tgba.org][=dstar2tgba=]] to minimize
deterministic automata using a SAT solver. deterministic automata using a SAT solver.

3
doc/org/setup.org Normal file
View file

@ -0,0 +1,3 @@
#+OPTIONS: H:2 num:nil toc:t
#+EMAIL: spot@lrde.epita.fr
#+HTML_LINK_HOME: http://spot.lip6.fr/

View file

@ -1,6 +1,5 @@
#+TITLE: Command-line tools installed by Spot 1.99 #+TITLE: Command-line tools installed by Spot 1.99
#+EMAIL: spot@lrde.epita.fr #+SETUPFILE: setup.org
#+OPTIONS: H:2 num:nil toc:t
This document introduces command-line tools that are installed with This document introduces command-line tools that are installed with
the Spot library. We give some examples to highlight possible the Spot library. We give some examples to highlight possible