mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
removing spurious line noise after #endif
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2571 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
15a10c7140
commit
a6dcb13ca0
@ -98,7 +98,7 @@ void MathMacroTable::builtinMacros()
|
|||||||
createTemplate("to", 0, "\\rightarrow");
|
createTemplate("to", 0, "\\rightarrow");
|
||||||
#ifdef WITH_WARNINGS
|
#ifdef WITH_WARNINGS
|
||||||
#warning 9em looks like too much but it is somehow working on screen..
|
#warning 9em looks like too much but it is somehow working on screen..
|
||||||
#endif WITH_WARNINGS
|
#endif
|
||||||
createTemplate("ll", 0, "<\\kern-9em<");
|
createTemplate("ll", 0, "<\\kern-9em<");
|
||||||
createTemplate("gg", 0, ">\\kern-9em>");
|
createTemplate("gg", 0, ">\\kern-9em>");
|
||||||
//createTemplate("lint", 4, "\\int_#1^#2#3 d#4");
|
//createTemplate("lint", 4, "\\int_#1^#2#3 d#4");
|
||||||
|
Loading…
Reference in New Issue
Block a user