Introduction

This program provides an infrastructure for converting LATEX to HTML. That infrastructure can be used to make a noweb filter or to make a standalone conversion program. The program is roughly divided into three parts. Section [*] assigns a meaning (treatment) to each control sequence. It is roughly declarative, and the hope is that one day it can be replaced by a data file, which could be augmented dynamically. (The central flaw in this program is that all TEX control sequences must be hard-wired.) Section [*] describes the engine used to do the conversion, and Sections [*] and [*] gives the procedures that do the individual conversions. @