From 0e0fe48f951409968492f01c044ae79304dab697 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Mon, 16 Feb 2015 00:19:36 +0100 Subject: Added "simple_book.osml" osml example file --- testdata/osmlparser/simple_book.osml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 testdata/osmlparser/simple_book.osml (limited to 'testdata/osmlparser/simple_book.osml') 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} + -- cgit v1.2.3