summaryrefslogtreecommitdiff
path: root/testdata/integration/user_defined_syntax/math_non_greedy_var.in.osml
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-04-12 17:49:58 +0200
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2016-04-25 22:24:16 +0200
commit0884afe16263a110597671f60dcb4ff7df66f456 (patch)
treeb5f08a4c1d7e9b1369dc00771f4dde04926e3c97 /testdata/integration/user_defined_syntax/math_non_greedy_var.in.osml
parentbed013e617130f7afd1f90ba57afc160b43c71df (diff)
Add example for non greedy short form tokens from corresponding use case
Diffstat (limited to 'testdata/integration/user_defined_syntax/math_non_greedy_var.in.osml')
-rw-r--r--testdata/integration/user_defined_syntax/math_non_greedy_var.in.osml4
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/integration/user_defined_syntax/math_non_greedy_var.in.osml b/testdata/integration/user_defined_syntax/math_non_greedy_var.in.osml
new file mode 100644
index 0000000..7d3bc3e
--- /dev/null
+++ b/testdata/integration/user_defined_syntax/math_non_greedy_var.in.osml
@@ -0,0 +1,4 @@
+\import[ontology]{./ontologies/math}
+\begin{math}
+ $a^2 + $b^2 = $c^2
+\end{math}