diff options
-rw-r--r-- | testdata/osmlparser/simple_book.osml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testdata/osmlparser/simple_book.osml b/testdata/osmlparser/simple_book.osml new file mode 100644 index 0000000..cdcaf58 --- /dev/null +++ b/testdata/osmlparser/simple_book.osml @@ -0,0 +1,19 @@ +\import{../osxmlparser/book_domain.osxml} +\import{../osxmlparser/headings_domain.osxml} + +\begin{book} +This might be some introductory text or a dedication. + +\chapter#myFirstChapter +\heading{My first chapter} +Here we might have an introduction to the chapter. + +\section#myFirstSection +\heading{A rather curious experiment} +Here we might find the actual section content. + +\section#mySndSection +Here we might find the actual section content. + +\end{book} + |