summaryrefslogtreecommitdiff
path: root/testdata/osmlparser/simple_book.osml
blob: 19f5543815d4424e130d28807cbf116e535f10f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\import[domain]{../osxmlparser/book_domain.osxml}
\import[domain]{../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}