summaryrefslogtreecommitdiff
path: root/testdata/osmlparser/simple_book.osml
blob: cdcaf58892533bd2fdab4e445be72d2bedd2a3f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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}