Created Debian package
[xmldoc.git] / test / paragraph.tex.exp
1
2 \documentclass[a4paper]{book}
3 \usepackage{xcolor}
4 \usepackage{graphics}
5 \usepackage{latexsym}
6 \usepackage{marvosym}
7 \begin{document}
8    
9
10    
11    \begin{titlepage}
12    
13       
14    \begin{center}
15    \sffamily\bfseries\LARGE{xmldoc paragraph check}
16    \end{center}
17
18    
19    \end{titlepage}
20
21
22    
23    \chapter{The only chapter}
24
25       This testcase test paragraphs and related block level content.
26       
27 \begin{quote} 
28      
29       This paragraph is printed in a quote environment.
30       
31 \end{quote}
32
33 \begin{verbatim} 
34      
35       A verbatim element prints text with
36               spaces   and
37               linebreaks
38         preserved.
39       
40 \end{verbatim}
41
42 \begin{verbatim} 
43  
44       An example is like verbatim
45
46          but puts the text
47          in a box.
48       
49 \end{verbatim}
50
51
52    
53 \end{document}