]> git.lyx.org Git - features.git/commit
add support for the package cancel in math (fixes #6819); fileformat change only...
authorUwe Stöhr <uwestoehr@web.de>
Mon, 23 Jan 2012 01:49:49 +0000 (01:49 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Mon, 23 Jan 2012 01:49:49 +0000 (01:49 +0000)
commit65f26a7a1418d3a481949f49fd3f9868fe06e352
treef558a7886527d2c817a531df53d0af627bfed9ac
parent854f42a7052224cb8e33ee32245e754bef2cbacb
add support for the package cancel in math (fixes #6819); fileformat change only for the preamble handling

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40663 a592a061-630c-0410-9148-cb99ea01b6c8
15 files changed:
development/scons/scons_manifest.py
lib/chkconfig.ltx
lib/lyx2lyx/lyx_2_1.py
src/LaTeXFeatures.cpp
src/Makefile.am
src/insets/Inset.cpp
src/insets/InsetCode.h
src/mathed/InsetMathCancel.cpp [new file with mode: 0644]
src/mathed/InsetMathCancel.h [new file with mode: 0644]
src/mathed/InsetMathCancelto.cpp [new file with mode: 0644]
src/mathed/InsetMathCancelto.h [new file with mode: 0644]
src/mathed/InsetMathNest.cpp
src/mathed/MathFactory.cpp
src/mathed/MathParser.cpp
src/version.h