mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
whitespace changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2902 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8488e475a6
commit
0f3b5ab991
@ -193,8 +193,8 @@ void MathInset::idxDeleteRange(idx_type, idx_type)
|
||||
|
||||
void MathInset::getXY(int & x, int & y) const
|
||||
{
|
||||
x = xo();
|
||||
y = yo();
|
||||
x = xo();
|
||||
y = yo();
|
||||
}
|
||||
|
||||
|
||||
|
@ -77,7 +77,7 @@ void MathMacroTable::builtinMacros()
|
||||
|
||||
built = true;
|
||||
//lyxerr[Debug::MATHED] << "Building macros\n";
|
||||
|
||||
D
|
||||
//create("emptyset", 0, "\\not0");
|
||||
create("notin", 0, "\\not\\in");
|
||||
create("slash", 0, "/");
|
||||
@ -139,7 +139,7 @@ void MathMacroTable::builtinMacros()
|
||||
create("gggtr", 0, "\\ggg");
|
||||
}
|
||||
|
||||
//create("lint", 4, "\\int_#1^#2#3 d#4");
|
||||
//create("silentmult", 0, "\\cdot");
|
||||
//create("binom", 2, "\\left(\\frac#1#2\\right)");
|
||||
//create("lint", 4, "\\int_#1^#2#3 d#4");
|
||||
//create("silentmult", 0, "\\cdot");
|
||||
//create("binom", 2, "\\left(\\frac#1#2\\right)");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user