mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
math.cpp: fix a typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28976 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a7dfd5796f
commit
8b96731805
@ -58,7 +58,7 @@ void parse_math(Parser & p, ostream & os, unsigned flags, const mode_type mode)
|
||||
//
|
||||
if (t.cat() == catMath) {
|
||||
if (mode == MATHTEXT_MODE) {
|
||||
// we are inside some text mode thingy, so opening new math is allowed
|
||||
// we are inside some text mode thing, so opening new math is allowed
|
||||
Token const & n = p.get_token();
|
||||
if (n.cat() == catMath) {
|
||||
// TeX's $$...$$ syntax for displayed math
|
||||
|
Loading…
Reference in New Issue
Block a user