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:
parent
6e6219af54
commit
c67332f825
4 changed files with 7 additions and 2 deletions
|
|
@ -12,6 +12,7 @@
|
|||
\newcommand{\F}{\mathsf{F}} % eventually
|
||||
\newcommand{\G}{\mathsf{G}} % always
|
||||
\newcommand{\X}{\mathsf{X}} % next
|
||||
\newcommand{\StrongX}{\mathsf{X^{[!]}}} % strong next
|
||||
% The \mathbin tells TeX to adjust spacing for binary operators
|
||||
\newcommand{\M}{\mathbin{\mathsf{M}}} % strong release
|
||||
\newcommand{\R}{\mathbin{\mathsf{R}}} % release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue