org: really fix the satmin.org example
* doc/org/satmin.org: Fix export. We need both 'results: silent' and 'exports: both' for the code to be run and shown.
This commit is contained in:
parent
28c8666cf8
commit
5b72c5a064
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ acceptance.
|
|||
For our example, let us first generate a deterministic Rabin
|
||||
automaton with [[http://www.ltl2dstar.de/][=ltl2dstar=]].
|
||||
|
||||
#+BEGIN_SRC sh :results silent
|
||||
#+BEGIN_SRC sh :results silent :exports both
|
||||
ltlfilt -f "FGa | FGb" -l |
|
||||
ltl2dstar --ltl2nba=spin:ltl2tgba@-Ds --output-format=hoa - - > output.hoa
|
||||
#+END_SRC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue