| <title>fractions linethickness</title> |
| FractionRuleThickness = 40 * 25 / 1000 = 1px; |
| font-family: "Latin Modern Math"; |
| <!-- From the MathML spec: |
| 'The default value is "medium", "thin" is thinner, but visible, |
| "thick" is thicker; the exact thickness of these is left up to the |
| 'A number without a unit is intepreted as a multiple of the default |
| We follow the suggestion of the MathML in HTML5 implementation note and interpret thin as 50% and thick as 200%. |
| <mfrac linethickness="0.5px"><mn>1</mn><mn>2</mn></mfrac> |
| <mfrac linethickness="1px"><mn>1</mn><mn>2</mn></mfrac> |
| <mfrac linethickness="2px"><mn>1</mn><mn>2</mn></mfrac> |
| <mfrac linethickness="5px"><mn>1</mn><mn>2</mn></mfrac> |