summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-16 00:19:36 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-16 00:19:36 +0100
commit0e0fe48f951409968492f01c044ae79304dab697 (patch)
tree1527e210f989dca3742161d795c49764ab1f870c /testdata
parent3260eed68bbfcbee160dc1aabe8b35ecd3d88c11 (diff)
Added "simple_book.osml" osml example file
Diffstat (limited to 'testdata')
-rw-r--r--testdata/osmlparser/simple_book.osml19
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}
+