File:  [Public] / libwww / Library / src / HTTeXGen.html
Revision 2.19: download - view: text, annotated - select for diffs
Thu May 14 02:11:13 1998 UTC (26 years ago) by frystyk
Branches: MAIN
CVS tags: repeat-requests, before_webdav, Release-5-4-0, Release-5-3-1, Release-5-2-8, Release-5-2-6, Release-5-2, Release-5-1m, HEAD, Before-New-Trace-Messages, Amaya_2_4, Amaya-6-3, Amaya-6-1, Amaya-5-2, Amaya-4-3-2, Amaya-4-3-1, Amaya-4-3, Amaya-4-1-2, Amaya-4-1-0, Amaya-4-0-0, Amaya-3-2-1, Amaya-3-2, Amaya
Changing old pub/WWW links

<HTML>
<HEAD>
<TITLE>W3C Sample Code Library libwww HTML TO LATEX CONVERTER STREAM</TITLE>
<!-- Changed by: Henrik Frystyk Nielsen, 23-Mar-1996 -->
</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/Library/">
W3C Sample Code Library</A>.

<PRE>
#ifndef HTTEXGEN_H
#define HTTEXGEN_H
#include "HTStruct.h"
#include "HTFormat.h"
</PRE>

<H2>Conversion Module</H2>

The conversion module is defined as

<PRE>
extern HTConverter HTMLToTeX;
</PRE>

<PRE>
#endif
</PRE>

<HR>
<ADDRESS>
@(#) $Id: HTTeXGen.html,v 2.19 1998/05/14 02:11:13 frystyk Exp $
</ADDRESS>
</BODY>
</HTML>

Webmaster