fix latex escaping
* src/ltlvisit/print.cc: Property output the double quotes in latex mode, not only sclatex. * src/misc/escape.cc: Fix LaTeX escape to work in math mode. * src/tests/latex.test: Add a test. * wrap/python/tests/formulas.ipynb: Adjust expected output * NEWS: Mention the fix.
This commit is contained in:
parent
21ff2d0415
commit
2eab0344b9
5 changed files with 14 additions and 9 deletions
4
NEWS
4
NEWS
|
|
@ -16,6 +16,10 @@ New in spot 1.99.2a (not yet released)
|
|||
- ltlgrind --help output had some options documented twice, or
|
||||
in the wrong place.
|
||||
- The man page for ltlcross had obsolete examples.
|
||||
- When outputting atomic propositions in double quotes, the
|
||||
escaping routine used by the two styles of LaTeX output was
|
||||
slightly off. For instance ^ was incorrectly escaped, and the
|
||||
double quotes where not always properly rendered.
|
||||
|
||||
New in spot 1.99.2 (2015-07-18)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue