File:  [Public] / libwww / Library / src / HTTeXGen.html
Revision 2.7: download - view: text, annotated - select for diffs
Fri May 19 02:06:36 1995 UTC (29 years ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre2, v3/1pre1, WinNT, NT, HEAD
final swap to MIT statements

<HTML>
<HEAD>
<TITLE>Latex Generation</TITLE>
</HEAD>
<BODY>

<H1>LaTeX generator</H1>

<PRE>
/*
**	(c) COPYRIGHT MIT 1995.
**	Please first read the full copyright statement in the file COPYRIGH.
*/
</PRE>

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. <P>

This module is implemented by <A HREF="HTTeXGen.c">HTTeXGen.c</A>, and
it is a part of the <A
HREF="http://www.w3.org/hypertext/WWW/Library/User/Guide/Guide.html">
Library of Common Code</A>.

<PRE>
#ifndef HTTEXGEN_H
#define HTTEXGEN_H
#include "SGML.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