added LaTeXMathML files
[lambda.git] / jsMath / test / index-images.html
1 <HTML>
2 <HEAD>
3 <TITLE>jsMath (Test):  jsMath Image Mode Test Page</TITLE>
4 <!-- Copyright (c) 2007 by Davide P. Cervone.  All rights reserved. -->
5 <!-- *Document-Format:  jsMath -->
6 <!-- *Navigation-Data:-->
7 </HEAD>
8 <BODY>
9
10 <!-- *Navigation-links -->
11 <TABLE WIDTH="100%" BORDER="1" CELLPADDING="2" CELLSPACING="1">
12 <TR><TD BGCOLOR="#B8B8B8"><TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
13 <TR><TD WIDTH="20%" ALIGN="LEFT" NOWRAP></TD>
14 <TD ALIGN="CENTER" WIDTH="60%"><!
15 ><NOBR><B><SMALL><A HREF="../welcome.html">jsMath</A> (Test)</SMALL></B></NOBR><!
16 ></TD>
17 <TD ALIGN="RIGHT" WIDTH="20%" HEIGHT="25" NOWRAP><!
18 ></TD></TR></TABLE>
19 </TD></TR></TABLE>
20 <p>
21 <!BR>
22
23 <!-- *Begin-Document-Body -->
24
25 <SCRIPT>
26   jsMath = {
27     Controls: {cookie: {scale: 133, font:'image', autofont:0}},
28     Parser: {prototype: {
29       macros: {warning: ["Macro","\\color{##00CC00}{\\rm jsMath\\ image\\ mode\\ appears\\ to\\ be\\  working!}",1]}
30     }}
31   }
32 </SCRIPT>
33 <SCRIPT SRC="../jsMath.js"></SCRIPT>
34 <NOSCRIPT>
35 <DIV STYLE="color:#CC0000; text-align:center">
36 <B>Warning: <A HREF="http://www.math.union.edu/locate/jsMath">jsMath</A>
37 requires JavaScript to process the mathematics on this page.<BR>
38 If your browser supports JavaScript, be sure it is enabled.<B>
39 </DIV>
40 <HR>
41 </NOSCRIPT>
42
43 <BLOCKQUOTE>
44
45 <H1>jsMath Image Mode Test Page</H1>
46
47 If you see typeset mathematics below, then jsMath Image Mode is working.  If you see
48 TeX code instead, jsMath Image Mode is not working for you.
49 <p>
50 <!------------------------------------------------------------------------>
51 <HR>
52
53
54 <DIV CLASS="math">
55 \left(\, \sum_{k=1}^n a_k b_k \right)^2 \le
56 \left(\, \sum_{k=1}^n a_k^2 \right) \left(\, \sum_{k=1}^n b_k^2 \right)
57 </DIV>
58 <p>
59
60 <DIV CLASS="math" STYLE="color:red">
61 \warning{ &nbsp; &nbsp; &nbsp; jsMath image mode is not working! &nbsp; &nbsp; &nbsp; }
62 </DIV>
63
64 <!------------------------------------------------------------------------>
65 <HR>
66 <p>
67 If the mathematics does not show up properly, you may not have not
68 installed the <A
69 HREF="http://www.math.union.edu/locate/jsMath/download/jsMath.html">jsMath
70 image fonts</A> file correctly.  Follow the instructions on the linked
71 page.
72 <p>
73
74 Once you have jsMath working, go on to the <A HREF="sample.html">sample
75 page</A> to see if <CODE>easy/load.js</CODE> is configured properly.
76
77 </BLOCKQUOTE>
78
79 <SCRIPT>
80 jsMath.Controls.cookie.autofont = 0;
81 jsMath.Controls.cookie.font = "image";
82 jsMath.Process(document);
83 </SCRIPT>
84
85 <!-- *End-Document-Body -->
86
87 <!-- *jsMath-Common-Footer -->
88 <!BR><p>
89 <HR SIZE="3">
90 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="98%" ALIGN="CENTER">
91 <TR VALIGN="MIDDLE"><TD BGCOLOR="#B8B8B8" WIDTH="50%">
92 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="8" ALIGN="CENTER">
93 <TR VALIGN="MIDDLE">
94
95 <TD><IMG SRC="jsMath40.jpg" ALT="[HOME]" BORDER="1" WIDTH="40" HEIGHT="40" HSPACE="5"></TD>
96 <TD><SMALL>jsMath web pages<BR>
97 Created:  14 Feb 2007<BR>
98 <!-- hhmts start -->
99 Last modified:  Jun 16, 2007 8:56:17 AM
100 <!-- hhmts end -->
101 <BR>
102 Comments to:  <A HREF="mailto:dpvc@union.edu"><CODE>dpvc@union.edu</CODE></A><BR>
103 </SMALL></TD>
104
105 </TR></TABLE></TD>
106 <TD WIDTH="100%" BGCOLOR="#B8B8B8">&nbsp;</TD>
107 </TR></TABLE>
108 <HR SIZE="3">
109
110 </BODY>
111 </HTML>