syntax.default: add missing *

Fixes: #10501
(cherry picked from commit 23766fdd59)
This commit is contained in:
Juergen Spitzmueller 2018-03-09 14:47:04 +01:00
parent 20a63d2b55
commit ebae08616b
2 changed files with 3 additions and 1 deletions

View File

@ -740,7 +740,7 @@ multline*{displaymath}
math{}
displaymath{displaymath}
flalign{displaymath}
flalign{displaymath}
flalign*{displaymath}
% These require extra args
alignat{}{displaymath}
alignat*{displaymath}

View File

@ -88,6 +88,8 @@ What's new
- Handle whitespace in table column declaration (bug 10804).
- Fix import of flalign* environment (bug 10501).
* ADVANCED FIND AND REPLACE