Merge branch 'master' into next
This commit is contained in:
commit
584430803d
4 changed files with 11 additions and 9 deletions
|
|
@ -899,7 +899,7 @@ following figure:
|
|||
#+BEGIN_SRC sh :results silent :exports results
|
||||
ltl2tgba 'p0 U p1' --dot=x | dot2tex --autosize --nominsize > dot2tex.tex
|
||||
latexmk --pdf dot2tex.tex
|
||||
convert -density 300 -scale='50%' -trim dot2tex.pdf dot2tex.png
|
||||
convert -density 300 -scale '50%' -trim dot2tex.pdf dot2tex.png
|
||||
latexmk -C dot2tex.tex
|
||||
rm -f dot2tex.tex
|
||||
#+END_SRC
|
||||
|
|
@ -914,7 +914,7 @@ ltl2tgba -G -D '!a & FGa' --dot=sbarx | dot2tex --autosize --nominsize > out.tex
|
|||
#+BEGIN_SRC sh :results silent :exports results
|
||||
ltl2tgba -G -D '!a & FGa' --dot=sbarx | dot2tex --autosize --nominsize > dot2tex2.tex
|
||||
latexmk --pdf dot2tex2.tex
|
||||
convert -density 300 -scale='50%' -trim dot2tex2.pdf dot2tex2.png
|
||||
convert -density 300 -scale '50%' -trim dot2tex2.pdf dot2tex2.png
|
||||
latexmk -C dot2tex2.tex
|
||||
rm -f dot2tex2.tex
|
||||
#+END_SRC
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
#+OPTIONS: H:2 num:nil toc:t html-postamble:nil
|
||||
#+EMAIL: spot@lrde.epita.fr
|
||||
#+HTML_LINK_HOME: index.html
|
||||
#+MACRO: SPOTVERSION 2.4
|
||||
#+MACRO: LASTRELEASE 2.4
|
||||
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-2.4.tar.gz][=spot-2.4.tar.gz=]]
|
||||
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-2-4/NEWS][summary of the changes]]
|
||||
#+MACRO: LASTDATE 2017-09-06
|
||||
#+MACRO: SPOTVERSION 2.4.1
|
||||
#+MACRO: LASTRELEASE 2.4.1
|
||||
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-2.4.1.tar.gz][=spot-2.4.1.tar.gz=]]
|
||||
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-2-4-1/NEWS][summary of the changes]]
|
||||
#+MACRO: LASTDATE 2017-10-05
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue