]> git.lyx.org Git - features.git/commit
Implement \phantom, \hphantom and \vphantom in math (bug 1473):
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 15 Apr 2006 09:54:24 +0000 (09:54 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 15 Apr 2006 09:54:24 +0000 (09:54 +0000)
commit3072b1111ec6ddb37946a06cd4f3bd61372df398
tree1d00ccb0978be44bb898f3ad53d6837c17c3eb48
parent948ecfe7e391c70a54f00f38ebfad6936b6464da
Implement \phantom, \hphantom and \vphantom in math (bug 1473):
* src/mathed/math_factory.C
(createMathInset): handle \phantom, \hphantom and \vphantom
* src/mathed/Makefile.am: add math_phantominset.[Ch]
* src/mathed/math_phantominset.[Ch]: new phantom inset

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13680 a592a061-630c-0410-9148-cb99ea01b6c8
src/mathed/Makefile.am
src/mathed/math_factory.C
src/mathed/math_phantominset.C [new file with mode: 0644]
src/mathed/math_phantominset.h [new file with mode: 0644]