mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 14:04:25 +00:00
parent
3a544072a5
commit
777bf805e2
@ -100,7 +100,7 @@ void InsetMathColor::write(WriteStream & os) const
|
|||||||
// reset to default color inside another color inset
|
// reset to default color inside another color inset
|
||||||
os << "{\\normalcolor " << cell(0) << '}';
|
os << "{\\normalcolor " << cell(0) << '}';
|
||||||
else if (oldstyle_)
|
else if (oldstyle_)
|
||||||
os << "\\begingroup\\color{" << color_ << '}' << cell(0) << "\\endgroup ";
|
os << "{\\color{" << color_ << '}' << cell(0) << '}';
|
||||||
else
|
else
|
||||||
os << "\\textcolor{" << color_ << "}{" << cell(0) << '}';
|
os << "\\textcolor{" << color_ << "}{" << cell(0) << '}';
|
||||||
}
|
}
|
||||||
|
@ -51,8 +51,6 @@ What's new
|
|||||||
|
|
||||||
- Fix output of titles in branches and other insets (follow-up to bug 11787).
|
- Fix output of titles in branches and other insets (follow-up to bug 11787).
|
||||||
|
|
||||||
- Fix spacing in math when using color (bug 11827).
|
|
||||||
|
|
||||||
|
|
||||||
* USER INTERFACE
|
* USER INTERFACE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user