diff options
Diffstat (limited to 'testdata/integration/user_defined_syntax/math_various.out.osxml')
-rw-r--r-- | testdata/integration/user_defined_syntax/math_various.out.osxml | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/testdata/integration/user_defined_syntax/math_various.out.osxml b/testdata/integration/user_defined_syntax/math_various.out.osxml new file mode 100644 index 0000000..37b8ef8 --- /dev/null +++ b/testdata/integration/user_defined_syntax/math_various.out.osxml @@ -0,0 +1,109 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<document xmlns:math="math"> + <math:math> + <math:equation> + <math:field> + <math:sum> + <math:limits> + <math:lowerLimit> + <math:text>i</math:text> + <math:equals/> + <math:number>5</math:number> + </math:lowerLimit> + <math:upperLimit> + <math:number>10</math:number> + </math:upperLimit> + </math:limits> + </math:sum> + </math:field> + </math:equation> + <math:equation> + <math:field> + <math:int> + <math:limits> + <math:lowerLimit> + <math:var>x</math:var> + <math:to/> + <math:minus/> + <math:number>1</math:number> + </math:lowerLimit> + <math:upperLimit> + <math:var>x</math:var> + <math:to/> + <math:number>1</math:number> + </math:upperLimit> + </math:limits> + </math:int> + <math:sqrt base="2"> + <math:text>x</math:text> + <math:power> + <math:number>2</math:number> + </math:power> + <math:minus/> + <math:number>1</math:number> + </math:sqrt> + <math:text>dx</math:text> + </math:field> + <math:field> + <math:equals/> + <math:frac> + <denominator> + <math:text>π</math:text> + </denominator> + <nominator> + <math:number>2</math:number> + </nominator> + </math:frac> + </math:field> + </math:equation> + <math:equation> + <math:field> + <math:fun> + <name>f</name> + <arguments> + <math:text>x</math:text> + <math:comma/> + <math:text>y</math:text> + </arguments> + </math:fun> + <math:mapsto/> + <math:frac> + <denominator> + <math:text>x</math:text> + <math:power> + <math:number>2</math:number> + </math:power> + </denominator> + <nominator> + <math:number>2</math:number> + </nominator> + </math:frac> + <math:plus/> + <math:text>y</math:text> + <math:power> + <math:number>2</math:number> + </math:power> + </math:field> + </math:equation> + <math:equation> + <math:field> + <math:var>a</math:var> + <math:power> + <math:number>2</math:number> + </math:power> + <math:plus/> + <math:var>b</math:var> + <math:power> + <math:number>2</math:number> + </math:power> + </math:field> + <math:field> + <math:equals/> + <math:var>c</math:var> + <math:power> + <math:number>2</math:number> + </math:power> + </math:field> + </math:equation> + </math:math> +</document> |