diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-16 18:58:12 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2015-02-16 18:58:12 +0100 |
commit | 75eea3bdd846a34c69be3d09f41ff4fae706628e (patch) | |
tree | af42dbf2fd9ea87884cd500367c4017293609863 /testdata/osmlparser/simple_book.osml | |
parent | 67f5572b423345a6e243516070a335a521459384 (diff) | |
parent | d4e835e5eaa40e5d7bfe2a51f03505bc27ddc8f7 (diff) |
Merge branch 'master' of ssh://somweyr.de/var/local/git/ousia
Diffstat (limited to 'testdata/osmlparser/simple_book.osml')
-rw-r--r-- | testdata/osmlparser/simple_book.osml | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/testdata/osmlparser/simple_book.osml b/testdata/osmlparser/simple_book.osml index 19f5543..21751b9 100644 --- a/testdata/osmlparser/simple_book.osml +++ b/testdata/osmlparser/simple_book.osml @@ -1,19 +1,31 @@ \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 -\heading{My first chapter} +\chapter#myFirstChapter{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. +\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} |