mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Style
This commit is contained in:
parent
9ffca92930
commit
d1761d7652
@ -1251,8 +1251,8 @@ void InsetMathGrid::write(TeXMathStream & os,
|
||||
// As of 2018 (with amendment in LaTeX 2021/06),
|
||||
// \\ is a robust command and its protection
|
||||
// is no longer necessary
|
||||
bool const fragile = LaTeXFeatures::isAvailable("LaTeX-2021/06/01") ?
|
||||
false : os.fragile();
|
||||
bool const fragile = os.fragile()
|
||||
&& !LaTeXFeatures::isAvailable("LaTeX-2021/06/01");
|
||||
for (row_type row = beg_row; row < end_row; ++row) {
|
||||
os << verboseHLine(rowinfo_[row].lines);
|
||||
// don't write & and empty cells at end of line,
|
||||
|
Loading…
Reference in New Issue
Block a user