File:  [Public] / libwww / Library / src / HTTeXGen.html
Revision 2.2: download - view: text, annotated - select for diffs
Thu Jun 16 19:23:38 1994 UTC (30 years ago) by frystyk
Branches: MAIN
CVS tags: v2/17, v2/16pre2, v2/16pre1, cern-update, HEAD
Final commit before 2.16pre1 is out

<HTML>
<HEAD>
<TITLE>Latex Generation</TITLE>
</HEAD>
<BODY>
<H1>LaTeX generator</H1>

This module converts a structured stream from HTML into LaTeX format. The
conversion is mostly a 1:1 translation, but as the LaTeX compiler is much
more strict than a typical HTML converter some typographical constraints
are put on the translation. Only text is translated for the moment. The
module is a part of the <A HREF="Overview.html">CERN Common WWW Library</A>.

<PRE>
#ifndef HTTEXGEN_H
#define HTTEXGEN_H

#include "HTML.h"
#include "HTStream.h"
</PRE>

<H2>Conversion Module</H2>

The conversion module is defined as

<PRE>
extern HTStructured * HTTeXGenerator PARAMS((HTStream * output));
</PRE>


<PRE>
#endif
</PRE>

End of module HTTeXGen

</BODY>
</HTML>









Webmaster