]> git.lyx.org Git - features.git/commitdiff
tex2lyx/test-structure.tex: add an appendix
authorUwe Stöhr <uwestoehr@web.de>
Mon, 5 May 2008 22:45:22 +0000 (22:45 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Mon, 5 May 2008 22:45:22 +0000 (22:45 +0000)
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
src/tex2lyx/test-insets.tex
src/tex2lyx/test-structure.tex

index 5d34d8d358b735b38a82f34ae3f430769d864a7b..7c07ba9116c17c0d7e52d23fb35802b63eee25bc 100644 (file)
@@ -290,4 +290,5 @@ We also handle skips:
 \smallskip
 \vspace{\smallskipamount}
 
+
 \end{document}
index 698e094a89a5d334350d5f082a09985b4ab28844..69949e651da5f17556b5711d14d01d78932abf1a 100644 (file)
@@ -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
index dc1ea29b23b28dc046873801d1d4284e908965e0..466316c8c5e9886d305275c4f5190d30a18fe0d1 100644 (file)
@@ -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}