summaryrefslogtreecommitdiff
path: root/contrib/test.osml
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-18 21:32:54 +0100
committerAndreas Stöckel <andreas@somweyr.de>2015-02-18 21:32:54 +0100
commitb573153520d778d21904ce002a225715675f30e0 (patch)
tree6227a77795bf99f0b121e091576348726a9add49 /contrib/test.osml
parent5dfa2b6cba3e31d18e2cc23f05d330e387fc1a29 (diff)
removed stray test file
Diffstat (limited to 'contrib/test.osml')
-rw-r--r--contrib/test.osml29
1 files changed, 0 insertions, 29 deletions
diff --git a/contrib/test.osml b/contrib/test.osml
deleted file mode 100644
index 100bc77..0000000
--- a/contrib/test.osml
+++ /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}
-}
-