1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/TR/xhtml1/transitional"
>
<head><title>example</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="generator" content="TeX4ht (http://www.cis.ohio-state.edu/~gurari/TeX4ht/mn.html)" />
<!--xhtml,th4,index-->
<meta name="src" content="mn.tex" />
<meta name="date" content="2001-02-28 17:02:00" />
<link rel="stylesheet" type="text/css" href="mn.css" />
</head><body
>
<p align="right"
class="rightline"><a
href="mn3.html#mn27.html" >exit example</a></p>
<h3 class="SubSectionHead"><a
name="QQ1-27-27"></a>An Example for Invoking ht</h3> A system invocation of the form ‘<span class="cmtt-10">ht tex foo</span>’ for a file <span class="cmtt-10">foo.tex </span>of the following
form.
<pre class="Verbatim"><span class="cmtt-10">\input</span> <span class="cmtt-10">amstex</span>
<span class="cmtt-10">\documentstyle{amsppt}</span>
<span class="cmtt-10">\Preamble{xhtml,html4.4ht,unicode.4ht,mathml.4ht}</span>
<span class="cmtt-10">\EndPreamble</span>
<span class="cmtt-10">\document</span>
<span class="cmtt-10">.....</span>
<span class="cmtt-10">\enddocument</span>
</pre>
</body></html>
|