File:  [Public] / libwww / Library / src / HTTeXGen.html
Revision 2.5: download - view: text, annotated - select for diffs
Tue Mar 21 17:45:15 1995 UTC (29 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: v3/0, WindowsNT, HEAD
Getting Library back on main branch

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

<H1>LaTeX generator</H1>

<PRE>
/*
**	(c) COPYRIGHT CERN 1994.
**	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://info.cern.ch/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