dot: make 'x' compatible with 'b'/'r'/'R'

* spot/twaalgos/dot.cc: Implement.
* doc/org/oaut.org: Illustrate.
* tests/core/dot2tex.test: Add some limited tests.
This commit is contained in:
Alexandre Duret-Lutz 2017-09-04 21:40:22 +02:00
parent 290d7b56fb
commit bc626788af
3 changed files with 86 additions and 82 deletions

View file

@ -33,8 +33,9 @@ ltl2tgba 'a U b' --dot=scanx >out.dot
dot2tex --autosize --nominsize out.dot >out.tex
pdflatex out.tex
ltl2tgba 'p0 U p1' --dot=tax >out2.dot
ltl2tgba 'p0 U p1' --dot=tbarx >out2.dot
dot2tex --autosize --nominsize out2.dot >out2.tex
grep -F 'p_{0}' out2.tex
grep -F 'mathsf{Inf}' out2.tex
grep -F 'accset0' out2.tex
pdflatex out2.tex