<?php

require_once($_SERVER["DOCUMENT_ROOT"] . "/common/common.INC.PHP");         

print_page_header();

?>
<p>HTML_embed_Teχ embeds Teχ formulas into XHTML pages.</p>
<p>It is written in <a href="http://www.python.org/">python 2.4</a>.</p>
<p><em>HTML_embed_Teχ</em> is in the public domain. </p>
<h2>Usage</h2>
<p>In your XHTML page, somewhere, write:</p>

<pre>
&lt;div class="eq"&gt;&lt;img class="eq" alt="y:=÷{1}{2}"/&gt;&lt;/div&gt;
</pre>

<p>Call HTML_embed_Teχ:</p>
<pre>
HTML_embed_Teχ
</pre>

<p>Upload the directory "image/equation".</p>

<p>For small inline equations, write:</p>
<pre>
because &lt;img class="ieq" alt="A:=r²⋅π"/&gt;, ...
</pre>

<?php

print_page_footer();

?>