org: convert all images to svg
Suggested in #299. * doc/org/autfilt.org, doc/org/concepts.org, doc/org/dstar2tgba.org, doc/org/genaut.org, doc/org/hierarchy.org, doc/org/hoa.org, doc/org/ltl2tgba.org, doc/org/ltl2tgta.org, doc/org/ltlcross.org, doc/org/oaut.org, doc/org/randaut.org, doc/org/satmin.org, doc/org/tut11.org, doc/org/tut23.org, doc/org/tut24.org, doc/org/tut30.org, doc/org/tut31.org, doc/org/tut50.org, doc/org/tut51.org: Adjust all dot outputs to produce svg. * doc/org/arch.tex, doc/org/hierarchy.tex, doc/org/satmin.tex: Adjust to produce a pdf with 12pt text. * doc/Makefile.am: Adjust the generation of arch.svg, hierarchy.svg, and satmin.svg: From above. * doc/org/.dir-locals.el.in, doc/org/init.el.in: Adjust dot arguments to produce svg with 12pt text (the default was 14pt). * doc/org/spot.css: Use Lato as the main font for consistency with automata. * HACKING: pdf2svg is now required to build the doc.
This commit is contained in:
parent
454cc73670
commit
61602a3bba
28 changed files with 290 additions and 274 deletions
|
|
@ -29,7 +29,7 @@ Spot.
|
|||
|
||||
The picture below gives a partial view of the classes involved:
|
||||
|
||||
#+BEGIN_SRC plantuml :file uml-explicit-classes.png
|
||||
#+BEGIN_SRC plantuml :file uml-explicit-classes.svg
|
||||
package stl {
|
||||
class "Forward Iterator" <<Concept>>
|
||||
hide "Forward Iterator" members
|
||||
|
|
@ -119,7 +119,7 @@ The picture below gives a partial view of the classes involved:
|
|||
#+END_SRC
|
||||
|
||||
#+RESULTS:
|
||||
[[file:uml-explicit-classes.png]]
|
||||
[[file:uml-explicit-classes.svg]]
|
||||
|
||||
|
||||
An ω-automaton can be defined as a labeled directed graph, plus an
|
||||
|
|
@ -452,7 +452,7 @@ previous one: =twa= and =twa_graph=, but this time the focus is on the
|
|||
abstract interface defined in =twa=, not in the explicit interface
|
||||
defined in =twa_graph=.
|
||||
|
||||
#+BEGIN_SRC plantuml :file uml-otf-classes.png
|
||||
#+BEGIN_SRC plantuml :file uml-otf-classes.svg
|
||||
package spot {
|
||||
package internal {
|
||||
class succ_iterable {
|
||||
|
|
@ -532,7 +532,7 @@ package spot {
|
|||
#+END_SRC
|
||||
|
||||
#+RESULTS:
|
||||
[[file:uml-otf-classes.png]]
|
||||
[[file:uml-otf-classes.svg]]
|
||||
|
||||
|
||||
To explore a =twa=, one would first call =twa::get_init_state()=,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue