From 0884afe16263a110597671f60dcb4ff7df66f456 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 12 Apr 2015 17:49:58 +0200 Subject: Add example for non greedy short form tokens from corresponding use case --- testdata/integration/user_defined_syntax/math_non_greedy_var.in.osml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 testdata/integration/user_defined_syntax/math_non_greedy_var.in.osml (limited to 'testdata/integration/user_defined_syntax/math_non_greedy_var.in.osml') 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} -- cgit v1.2.3