From 144e00bedf72f261062ffd0759b9f1f98d6db352 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 3 Apr 2015 22:50:01 +0200 Subject: Add another test for the test math environment, remove old tests --- testdata/integration/user_defined_syntax/math_various.in.osml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 testdata/integration/user_defined_syntax/math_various.in.osml (limited to 'testdata/integration/user_defined_syntax/math_various.in.osml') diff --git a/testdata/integration/user_defined_syntax/math_various.in.osml b/testdata/integration/user_defined_syntax/math_various.in.osml new file mode 100644 index 0000000..c003688 --- /dev/null +++ b/testdata/integration/user_defined_syntax/math_various.in.osml @@ -0,0 +1,7 @@ +\import[ontology]{./math} +\begin{math} + \sum_{i=5}^{10} \\ + \int_{\var{x} -> -1}^{\var{x} -> 1} \sqrt{x^{2} - 1} dx &= \frac{π}{2}\\ + \fun{f}{x, y} |-> \frac{x^{2}}{2} + y^{2}\\ + \var{a}^{2} + \var{b}^{2} &= \var{c}^{2} +\end{math} -- cgit v1.2.3