Added charset declaration for HTML
[xmldoc.git] / test / paragraph.tex.exp
diff --git a/test/paragraph.tex.exp b/test/paragraph.tex.exp
new file mode 100644 (file)
index 0000000..6abecad
--- /dev/null
@@ -0,0 +1,53 @@
+
+\documentclass[a4paper]{book}
+\usepackage{xcolor}
+\usepackage{graphics}
+\usepackage{latexsym}
+\usepackage{marvosym}
+\begin{document}
+   
+
+   
+   \begin{titlepage}
+   
+      
+   \begin{center}
+   \sffamily\bfseries\LARGE{xmldoc paragraph check}
+   \end{center}
+
+   
+   \end{titlepage}
+
+
+   
+   \chapter{The only chapter}
+
+      This testcase test paragraphs and related block level content.
+      
+\begin{quote} 
+     
+      This paragraph is printed in a quote environment.
+      
+\end{quote}
+
+\begin{verbatim} 
+     
+      A verbatim element prints text with
+              spaces   and
+              linebreaks
+        preserved.
+      
+\end{verbatim}
+
+\begin{verbatim} 
+      An example is like verbatim
+
+         but puts the text
+         in a box.
+      
+\end{verbatim}
+
+
+   
+\end{document}