summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-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}
-}
-