diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-02-17 19:48:24 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-02-17 19:48:24 +0100 |
commit | 0422fd52aadf33ab895a60905f21f737e25bf011 (patch) | |
tree | 305a8d5cd90c408877f9981183871bab98c3f18b /testdata/osmlparser/simple_book.osml | |
parent | 1456bbf7ab68da3ec3a1eb507a1c15b88e6c782f (diff) | |
parent | 33f617453e3f64d70c6af05058855d6c12749056 (diff) |
Merge branch 'master' of somweyr.de:ousia
Diffstat (limited to 'testdata/osmlparser/simple_book.osml')
-rw-r--r-- | testdata/osmlparser/simple_book.osml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/testdata/osmlparser/simple_book.osml b/testdata/osmlparser/simple_book.osml deleted file mode 100644 index 21751b9..0000000 --- a/testdata/osmlparser/simple_book.osml +++ /dev/null @@ -1,31 +0,0 @@ -\import[domain]{../osxmlparser/book_domain.osxml} -\import[domain]{../osxmlparser/headings_domain.osxml} - -%\domain#stuff -% \import[typesystem]{../osxmlparser/color.osxml} -% \struct#fancy -% \primitive#bla[type=color] -% \parentRef[ref=book] -% \fieldRef[ref=$default] - -\begin{book} -This might be some introductory text or a dedication. - -\chapter#myFirstChapter{My first chapter} -Here we might have an introduction to the chapter. - -\section#myFirstSection -\heading{A rather curious experiment} -\paragraph{!Here we might find the actual section content. -\heading{test}} - -\section#mySndSection -Here we might find the actual section content. - - -bla - -%\fancy{aquamarine} - -\end{book} - |