Fix LaTeX rendering of strong next

Fix #597.

* spot/tl/print.cc: Fix rendering of X[!].
* doc/tl/spotltl.sty: Add a \StrongX definition.
* tests/core/latex.test: Add a test case.
* NEWS: Mention the issue.
This commit is contained in:
Alexandre Duret-Lutz 2024-12-09 12:09:15 +01:00
parent 82401b3254
commit c971ce57a6
4 changed files with 7 additions and 2 deletions

3
NEWS
View file

@ -120,6 +120,9 @@ New in spot 2.12.1.dev (not yet released)
- to_finite() was dealing incorrectly with edges that were
both alive and dead. (Issue #596.)
- LaTeX output of the X[!] operator with broken in both
LaTeX and self-contained LaTeX mode. (Issue #597)
New in spot 2.12.1 (2024-09-23)
Bug fixes: