\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}