]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/test-structure.tex
tex2lyx/text.cpp: only whitespace
[lyx.git] / src / tex2lyx / test-structure.tex
index 3b834462da76ea73cfbec8e62720a6c34ac4731f..466316c8c5e9886d305275c4f5190d30a18fe0d1 100644 (file)
@@ -12,9 +12,9 @@ intent is just to make sure that I can include a macro-type layout
 everyzhere it makes sense.
 
 A normal paragraph
-\begin{equation} 
-x = \sin y 
-\end{equation} 
+\begin{equation}
+x = \sin y
+\end{equation}
 with maths inside it.
 
 \begin{quote}
@@ -43,7 +43,7 @@ An environment
 \end{figure}
 
 A paragraph\footnote{hello} with a footnote and another
-one\footnote{hello 
+one\footnote{hello
 
 there} with several paragraphs
 
@@ -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}