mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
syntax.default: add missing *
Fixes: #10501
(cherry picked from commit 23766fdd59
)
This commit is contained in:
parent
20a63d2b55
commit
ebae08616b
@ -740,7 +740,7 @@ multline*{displaymath}
|
|||||||
math{}
|
math{}
|
||||||
displaymath{displaymath}
|
displaymath{displaymath}
|
||||||
flalign{displaymath}
|
flalign{displaymath}
|
||||||
flalign{displaymath}
|
flalign*{displaymath}
|
||||||
% These require extra args
|
% These require extra args
|
||||||
alignat{}{displaymath}
|
alignat{}{displaymath}
|
||||||
alignat*{displaymath}
|
alignat*{displaymath}
|
||||||
|
@ -88,6 +88,8 @@ What's new
|
|||||||
|
|
||||||
- Handle whitespace in table column declaration (bug 10804).
|
- Handle whitespace in table column declaration (bug 10804).
|
||||||
|
|
||||||
|
- Fix import of flalign* environment (bug 10501).
|
||||||
|
|
||||||
|
|
||||||
* ADVANCED FIND AND REPLACE
|
* ADVANCED FIND AND REPLACE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user