]> git.lyx.org Git - features.git/commit
Add support to cross out characters
authorUwe Stöhr <uwestoehr@lyx.org>
Tue, 4 Apr 2017 22:01:19 +0000 (00:01 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Tue, 4 Apr 2017 22:01:19 +0000 (00:01 +0200)
commite575e7eebd32d687f3e23be0eeca185adb3b341b
tree963f844b1ce42482fc19b205cafbd0b131ce99f5
parentd81deed121aab7c675d89ee3e65c255fc632e041
Add support to cross out characters

- adds support for the command \xout of the LateX package ulem
- fileformat change
21 files changed:
development/FORMAT
lib/lyx2lyx/lyx_2_3.py
src/Font.cpp
src/FontInfo.cpp
src/FontInfo.h
src/FuncCode.h
src/LyXAction.cpp
src/OutputParams.h
src/Paragraph.cpp
src/Text.cpp
src/Text2.cpp
src/Text3.cpp
src/frontends/Painter.h
src/frontends/qt4/GuiCharacter.cpp
src/frontends/qt4/GuiCharacter.h
src/frontends/qt4/GuiPainter.cpp
src/frontends/qt4/GuiPainter.h
src/output_xhtml.cpp
src/output_xhtml.h
src/tex2lyx/text.cpp
src/version.h