spot/doc/org
Alexandre Duret-Lutz 8fb7b279f7 ltlvisit: rename tostring.hh as print.hh and rename printer functions
This actually performs three related changes, but separating them
would be quite inconvenient.

1) rename tostring.hh to print.hh a welcome side-effect is that
I could fix several files that included this file for not reason.

2) de-overload some of the to_string functions, and rename them
as follow:

  to_string -> print_psl, print_sere, str_psl, str_sere
  to_utf8_string -> print_utf8_psl, print_utf8_sere,
                    str_utf8_psl, str_utf8_sere
  to_spin_string -> print_spin_ltl, str_spin_ltl
  to_wring_string -> print_wring_ltl, str_wing_ltl
  to_lbt_string -> print_lbt_ltl, str_lbt_ltl
  to_latex_string -> print_latex_psl, str_latex_psl
  to_sclatex_string -> print_sclatex_psl, str_sclatex_psl

Now it is clearer what these functions do, and their restrictions.

3) all those print_* functions now take the stream to write onto
as their first argument.  This fixes #88.

* src/ltlvisit/tostring.cc, src/ltlvisit/tostring.hh: Rename into...
* src/ltlvisit/print.cc, src/ltlvisit/print.hh: ... those, and make
the changes listed above.
* doc/org/tut01.org, src/bin/common_output.cc,
src/bin/common_trans.cc, src/bin/ltl2tgba.cc, src/bin/ltl2tgta.cc,
src/bin/ltlcross.cc, src/bin/ltldo.cc, src/bin/ltlfilt.cc,
src/bin/randltl.cc, src/ltlparse/ltlparse.yy,
src/ltlvisit/Makefile.am, src/ltlvisit/mark.cc,
src/ltlvisit/relabel.cc, src/ltlvisit/simplify.cc,
src/ltlvisit/snf.cc, src/ta/taexplicit.cc, src/ta/tgtaexplicit.cc,
src/taalgos/tgba2ta.cc, src/tests/equalsf.cc, src/tests/ltl2tgba.cc,
src/tests/ltlrel.cc, src/tests/randtgba.cc, src/tests/reduc.cc,
src/tests/syntimpl.cc, src/tests/tostring.cc, src/twa/bdddict.cc,
src/twa/bddprint.cc, src/twa/taatgba.cc, src/twa/taatgba.hh,
src/twa/twagraph.cc, src/twaalgos/compsusp.cc, src/twaalgos/lbtt.cc,
src/twaalgos/ltl2taa.cc, src/twaalgos/ltl2tgba_fm.cc,
src/twaalgos/neverclaim.cc, src/twaalgos/remprop.cc,
src/twaalgos/stats.cc, wrap/python/ajax/spot.in, wrap/python/spot.py,
wrap/python/spot_impl.i: Adjust.
2015-06-04 22:56:57 +02:00
..
.dir-locals.el.in org: add a first code example 2015-06-03 08:07:23 +02:00
.gitignore More files to ignore 2015-02-26 17:30:02 +01:00
autfilt.org randaut: rename -S as -Q for consistency 2015-06-01 09:20:52 +02:00
csv.org org: declare utf8 everwhere and fix some typos 2015-01-25 12:03:15 +01:00
dstar2tgba.org org: uses nice dot arrows 2015-03-26 09:39:06 +01:00
g++wrap.in org: add a first code example 2015-06-03 08:07:23 +02:00
genltl.org org: declare utf8 everwhere and fix some typos 2015-01-25 12:03:15 +01:00
hoa.org org: document HOA handling for missing initial states 2015-06-02 09:34:44 +02:00
init.el.in org: add a first code example 2015-06-03 08:07:23 +02:00
ioltl.org org: document -0 2015-05-11 19:53:41 +02:00
ltl2tgba.org postproc: add a SBAcc option 2015-05-14 21:05:12 +02:00
ltl2tgta.org org: factor headers into setup.org 2015-01-07 19:35:30 +01:00
ltlcross.org bin: generalized shorthands for ltldo and ltlcross 2015-06-02 18:22:55 +02:00
ltldo.org bin: Update default options of ltl3dra 2015-03-30 21:57:04 +02:00
ltlfilt.org ltlfilt: add a --define option 2015-04-22 16:47:01 +02:00
ltlgrind.org org: declare utf8 everwhere and fix some typos 2015-01-25 12:03:15 +01:00
oaut.org random: fix rounding in barand() 2015-06-01 19:54:51 +02:00
randaut.org randaut: add a --colored option 2015-06-01 21:56:39 +02:00
randltl.org org: factor headers into setup.org 2015-01-07 19:35:30 +01:00
satmin.org * doc/org/satmin.org: Typo, reported by Joachim. 2015-05-22 19:08:43 +02:00
satmin.tex org: document SAT-based minimization 2013-09-16 08:39:06 +02:00
setup.org org: factor headers into setup.org 2015-01-07 19:35:30 +01:00
spot.css org: use a white background and ship the CSS 2015-01-07 19:35:30 +01:00
syntax.css org: batch-generate userdoc/ and distribute it 2013-04-09 15:05:56 +02:00
tools.org org: document HOA support 2015-05-30 13:01:43 +02:00
tut01.org ltlvisit: rename tostring.hh as print.hh and rename printer functions 2015-06-04 22:56:57 +02:00