diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-03 22:25:55 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:19:31 +0200 |
commit | e784f89f1b35e6d87c2027a881fa786b9e0238cf (patch) | |
tree | b27953ef820cc76c879b4bc27a5e05063d4deb22 /testdata/integration/user_defined_syntax/math_limits.in.osml | |
parent | 3899cd3c8fb3eccb73a43208e90d88cfcc64c41c (diff) |
Test underscore token
* Move test math environment to integration folder
* Add math_limits integration test
Diffstat (limited to 'testdata/integration/user_defined_syntax/math_limits.in.osml')
-rw-r--r-- | testdata/integration/user_defined_syntax/math_limits.in.osml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testdata/integration/user_defined_syntax/math_limits.in.osml b/testdata/integration/user_defined_syntax/math_limits.in.osml new file mode 100644 index 0000000..dbb21aa --- /dev/null +++ b/testdata/integration/user_defined_syntax/math_limits.in.osml @@ -0,0 +1,5 @@ +\document +\import[ontology]{./math} +\begin{math} + \sum_{i=3}^{5} i_{M}^{2} +\end{math} |