diff options
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} |