summaryrefslogtreecommitdiff
path: root/contrib/test.osdm
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-12 16:21:36 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-15 00:06:07 +0100
commit205810b44c980998958dcd857c2cb34a914dc760 (patch)
tree47f2a5a1b5415442773b8a8255a46f26f33ca4c4 /contrib/test.osdm
parent856fa8298d55c07313d9638d9f8b8c0913202b2c (diff)
Implemented annotation start and end field
Diffstat (limited to 'contrib/test.osdm')
-rw-r--r--contrib/test.osdm29
1 files changed, 0 insertions, 29 deletions
diff --git a/contrib/test.osdm b/contrib/test.osdm
deleted file mode 100644
index 100bc77..0000000
--- a/contrib/test.osdm
+++ /dev/null
@@ -1,29 +0,0 @@
-%{
- We're currently inside a block comment.
- %{
- Note that block comments can be nested, easily allowing you to comment
- out blocks which already contain comments.
- }%
-}%
-
-% Well, line comments, as we know them from TeX also work
-
-\import{meta}
-\import{book}
-
-\domain#special_words{
- \struct#latex
- \struct#ousia
-}
-
-\book{
- \include{chapters/chapter1}
- \include{chapters/chapter2}
-
- \begin{note}{Behaviour of "Include"}
- Analogous to the `include` command in \latex, \ousia forces the included
- file to be *complete* in a sense, that it must not have dangling open
- commands.
- \end{note}
-}
-