Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
michael@0 | 1 | <!doctype html> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <title>More mathvariant tests</title> |
michael@0 | 5 | </head> |
michael@0 | 6 | <body> |
michael@0 | 7 | <math> |
michael@0 | 8 | <mrow> |
michael@0 | 9 | <mtext mathvariant="fraktur">𝒜</mtext> |
michael@0 | 10 | <mtext mathvariant="fraktur">ℬ</mtext> |
michael@0 | 11 | <mtext mathvariant="fraktur">á</mtext> |
michael@0 | 12 | </mrow> |
michael@0 | 13 | </math> |
michael@0 | 14 | |
michael@0 | 15 | <p> |
michael@0 | 16 | |
michael@0 | 17 | <math> |
michael@0 | 18 | <mrow> |
michael@0 | 19 | <mtext mathvariant="monospace">AAA</mtext> |
michael@0 | 20 | </mrow> |
michael@0 | 21 | </math> |
michael@0 | 22 | |
michael@0 | 23 | <p> |
michael@0 | 24 | |
michael@0 | 25 | <math> |
michael@0 | 26 | <mstyle mathvariant="sans-serif"> |
michael@0 | 27 | <mrow> |
michael@0 | 28 | <mtext>cos</mtext> |
michael@0 | 29 | <mo>⁡</mo> |
michael@0 | 30 | <mi>x</mi> |
michael@0 | 31 | </mrow> |
michael@0 | 32 | </mstyle> |
michael@0 | 33 | </math> |
michael@0 | 34 | |
michael@0 | 35 | <p> |
michael@0 | 36 | |
michael@0 | 37 | <math mathvariant="sans-serif"> |
michael@0 | 38 | <mrow> |
michael@0 | 39 | <mtext>cos</mtext> |
michael@0 | 40 | <mo>⁡</mo> |
michael@0 | 41 | <mi>x</mi> |
michael@0 | 42 | </mrow> |
michael@0 | 43 | </math> |
michael@0 | 44 | |
michael@0 | 45 | </body> |
michael@0 | 46 | </html> |