diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-01 00:10:23 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:19:28 +0200 |
commit | 7072de43741fa1ef20427ad9232c47ba26d65621 (patch) | |
tree | 4efd1a78821a0000c4c4d324692bf199aa4cb141 /testdata/osmlparser/math_pythagoras.osml | |
parent | e921e0965257e69221e67070d7eadd8a2aeaae76 (diff) |
Add some test files for user defined syntax
Diffstat (limited to 'testdata/osmlparser/math_pythagoras.osml')
-rw-r--r-- | testdata/osmlparser/math_pythagoras.osml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/osmlparser/math_pythagoras.osml b/testdata/osmlparser/math_pythagoras.osml new file mode 100644 index 0000000..e42cdb7 --- /dev/null +++ b/testdata/osmlparser/math_pythagoras.osml @@ -0,0 +1,4 @@ +\import[ontology]{./math} +\begin{math} + a^{2} &= b^{2} + c^{2} +\end{math} |