From c55326048a87cf1c0a251f60131ec501e5bbd155 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Wed, 26 Oct 2011 02:46:26 +0000 Subject: [PATCH] tex2lyx: add strike-outs etc. to the TeX testfile git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40002 a592a061-630c-0410-9148-cb99ea01b6c8 --- .../test/box-color-size-space-align.tex | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/tex2lyx/test/box-color-size-space-align.tex b/src/tex2lyx/test/box-color-size-space-align.tex index 9a265d8205..f0ece400d7 100644 --- a/src/tex2lyx/test/box-color-size-space-align.tex +++ b/src/tex2lyx/test/box-color-size-space-align.tex @@ -210,6 +210,24 @@ bla blub bla blub \normalsize + +\section{Strikeout, underlined etc.} + +Emphasized: \emph{test} + +Underbar: \uline{test} + +Double underbar: \uuline{test} + +Wavy underbar: \uwave{test} + +Strike out: \sout{test} + +Noun: \noun{test} + +Underbar, ephasized, stikreout: \emph{\uline{\sout{test}}} + + \section{Paragraph spacing} bla -- 2.39.2