blob: 41f177d23c62c58f49c1946dd5bd9a07de7b1869 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>attribute lspace rspace dynamic</title>
<meta charset="utf-8"/>
</head>
<body>
<math><mi>x</mi><mo lspace="3em">X</mo><mi>y</mi></math><br/>
<math><mi>x</mi><mo rspace="5em">X</mo><mi>y</mi></math><br/>
<math><mi>x</mi><mo lspace="3em" rspace="5em">X</mo><mi>y</mi></math><br/>
<math><mi>x</mi><mo rspace="5em">X</mo><mi>y</mi></math><br/>
<math><mi>x</mi><mo lspace="3em">X</mo><mi>y</mi></math><br/>
<math><mi>x</mi><mo>X</mo><mi>y</mi></math>
</body>
</html>