tostring: add LaTeX output
* src/ltlvisit/tostring.cc, src/ltlvisit/tostring.hh (to_latex_string): New function. * src/bin/common_output.cc, src/bin/common_output.hh: Add a --latex option. * doc/tl/spotltl.sty: New file. * doc/tl/Makefile.am: Distribute it. * src/ltltest/latex.test: New test. * src/ltltest/Makefile.am: Add it. * NEWS: Mention it.
This commit is contained in:
parent
90c106f8a8
commit
9cfe1a3496
9 changed files with 301 additions and 33 deletions
6
NEWS
6
NEWS
|
|
@ -69,6 +69,10 @@ New in spot 1.1.4a (not relased)
|
|||
default. See the spot-x(7) man page for documentation about the
|
||||
related options: sat-minimize, sat-states, sat-acc, state-based.
|
||||
|
||||
- ltlfilt, genltl, and randltl now have a --latex option to output
|
||||
formulas in a way that its easier to embed in a LaTeX document.
|
||||
Each operator is output as a command such as \U, \F, etc.
|
||||
doc/tl/spotltl.sty gives one possible definition for each macro.
|
||||
|
||||
* New functions and classes in the library:
|
||||
|
||||
|
|
@ -131,6 +135,8 @@ New in spot 1.1.4a (not relased)
|
|||
a couple of specializations for classes where is can be know
|
||||
without exploration.
|
||||
|
||||
- to_latex_string(): Output a formula using LaTeX syntax.
|
||||
|
||||
* Noteworthy internal changes:
|
||||
|
||||
- When minimize_obligation() is not given the formula associated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue