From 35b677045e937e6ad6979c33f1c99b7125a965b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Mon, 5 May 2008 22:45:22 +0000 Subject: [PATCH] tex2lyx/test-structure.tex: add an appendix tex2lyx/test-insets.tex: add an unindented paragraph git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24622 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/tex2lyx/box-color-size-space-align.tex | 1 + src/tex2lyx/test-insets.tex | 2 ++ src/tex2lyx/test-structure.tex | 12 ++++++++++++ 3 files changed, 15 insertions(+) diff --git a/src/tex2lyx/box-color-size-space-align.tex b/src/tex2lyx/box-color-size-space-align.tex index 5d34d8d358..7c07ba9116 100644 --- a/src/tex2lyx/box-color-size-space-align.tex +++ b/src/tex2lyx/box-color-size-space-align.tex @@ -290,4 +290,5 @@ We also handle skips: \smallskip \vspace{\smallskipamount} + \end{document} diff --git a/src/tex2lyx/test-insets.tex b/src/tex2lyx/test-insets.tex index 698e094a89..69949e651d 100644 --- a/src/tex2lyx/test-insets.tex +++ b/src/tex2lyx/test-insets.tex @@ -26,6 +26,8 @@ \tableofcontents +\noindent This paragraph is not indented. + \section{References} Let's start with simple things: a label~\label{lab:test} and a diff --git a/src/tex2lyx/test-structure.tex b/src/tex2lyx/test-structure.tex index dc1ea29b23..466316c8c5 100644 --- a/src/tex2lyx/test-structure.tex +++ b/src/tex2lyx/test-structure.tex @@ -117,4 +117,16 @@ or even bibliography \bibitem{FOO} Edward Bar. \emph{The Foo Book}. (1999) \end{thebibliography} +\appendix + +\section{This is the Appendix} + +\noindent blabla bla bla + + +\section{Another Appendix section} + +blub + + \end{document} -- 2.39.2