From 28027f874288bec5f08c92ed1414d66b153b5a71 Mon Sep 17 00:00:00 2001 From: sekelsenmat Date: Wed, 11 Apr 2012 11:54:12 +0000 Subject: [PATCH] fpvviewer: Adds mathml test files git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2387 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../quadratic_formula_presentation.mathml | 34 +++++++++++ .../mathml/standard_deviation.mathml | 61 +++++++++++++++++++ 2 files changed, 95 insertions(+) create mode 100644 applications/fpvviewer/examples_files/mathml/quadratic_formula_presentation.mathml create mode 100644 applications/fpvviewer/examples_files/mathml/standard_deviation.mathml diff --git a/applications/fpvviewer/examples_files/mathml/quadratic_formula_presentation.mathml b/applications/fpvviewer/examples_files/mathml/quadratic_formula_presentation.mathml new file mode 100644 index 000000000..a6d3a6b9f --- /dev/null +++ b/applications/fpvviewer/examples_files/mathml/quadratic_formula_presentation.mathml @@ -0,0 +1,34 @@ + + + + + x + = + + + + b + ± + + + b + 2 + + + 4 + + a + + c + + + + 2 + + a + + + + \ No newline at end of file diff --git a/applications/fpvviewer/examples_files/mathml/standard_deviation.mathml b/applications/fpvviewer/examples_files/mathml/standard_deviation.mathml new file mode 100644 index 000000000..3a5196bd6 --- /dev/null +++ b/applications/fpvviewer/examples_files/mathml/standard_deviation.mathml @@ -0,0 +1,61 @@ + + + + σ + = + + + + + 1 + + + N + + + + + + + + + + i + = + 1 + + + N + + + + + + ( + + + x + + + i + + + + μ + ) + + + 2 + + + + + + + + . + + +