|
|
@@ -604,6 +604,26 @@ Now try again with a sample SVG image:
|
|
|
[$images/open_clipart_library_logo.svg]
|
|
|
|
|
|
|
|
|
+[endsect]
|
|
|
+
|
|
|
+[section Equations]
|
|
|
+
|
|
|
+This page is largely to test equation handling in various browsers, unfortunately none of this works as well as it should (or at all?)
|
|
|
+in Internet Explorer....
|
|
|
+
|
|
|
+This equation is formatted from Latex text:
|
|
|
+
|
|
|
+'''<inlinemediaobject><textobject role="tex">ax^2 + bx + c = 0</textobject></inlinemediaobject>'''
|
|
|
+
|
|
|
+This equation is formed from MathML:
|
|
|
+
|
|
|
+'''<inlinemediaobject><textobject role="MathML"><?dbhtml-include href="test.mml"?></textobject></inlinemediaobject>'''
|
|
|
+
|
|
|
+This equation is SVG:
|
|
|
+
|
|
|
+'''<inlinemediaobject><imageobject><imagedata format="SVG" fileref="../test.svg"></imagedata></imageobject></inlinemediaobject>'''
|
|
|
+
|
|
|
+
|
|
|
[endsect]
|
|
|
|
|
|
[include test_HTML4_symbols.qbk]
|