27 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
| <head><meta charset="utf-8"></head>
 | |
| <body>
 | |
|    <div>MathML menclose test cases</div>
 | |
|    <math display="block"><menclose><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
 | |
|    <math display="block"><menclose notation="longdiv"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
 | |
|    <math display="block"><menclose notation="actuarial"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
 | |
|    <math display="block"><menclose notation="phasorangle"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
 | |
|    <math display="block"><menclose notation="radical"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
 | |
|    <math display="block"><menclose notation="box"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
 | |
|    <math display="block"><menclose notation="roundedbox"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
 | |
|    <math display="block"><menclose notation="circle"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
 | |
|    <math display="block"><menclose notation="left"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
 | |
|    <math display="block"><menclose notation="right"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
 | |
|    <math display="block"><menclose notation="top"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
 | |
|    <math display="block"><menclose notation="bottom"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
 | |
|    <math display="block"><menclose notation="left right"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
 | |
|    <math display="block"><menclose notation="left right top bottom"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
 | |
|    <math display="block"><menclose notation="updiagonalstrike"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
 | |
|    <math display="block"><menclose notation="downdiagonalstrike"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
 | |
|    <math display="block"><menclose notation="verticalstrike"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
 | |
|    <math display="block"><menclose notation="horizontalstrike"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
 | |
|    <math display="block"><menclose notation="madruwb"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
 | |
|    <div>End of test</div>
 | |
| </body>
 | |
| </html>
 |