Annotation of libwww/Library/src/HTTeXGen.html, revision 2.3.2.1

2.1       frystyk     1: <HTML>
                      2: <HEAD>
2.2       frystyk     3: <TITLE>Latex Generation</TITLE>
                      4: </HEAD>
2.1       frystyk     5: <BODY>
2.3       frystyk     6: 
2.2       frystyk     7: <H1>LaTeX generator</H1>
                      8: 
2.3       frystyk     9: <PRE>
                     10: /*
                     11: **     (c) COPYRIGHT CERN 1994.
                     12: **     Please first read the full copyright statement in the file COPYRIGH.
                     13: */
                     14: </PRE>
                     15: 
2.2       frystyk    16: This module converts a structured stream from HTML into LaTeX format. The
                     17: conversion is mostly a 1:1 translation, but as the LaTeX compiler is much
                     18: more strict than a typical HTML converter some typographical constraints
2.3       frystyk    19: are put on the translation. Only text is translated for the moment. <P>
                     20: 
                     21: This module is implemented by <A HREF="HTTeXGen.c">HTTeXGen.c</A>, and
                     22: it is a part of the <A
                     23: HREF="http://info.cern.ch/hypertext/WWW/Library/User/Guide/Guide.html">
                     24: Library of Common Code</A>.
2.2       frystyk    25: 
                     26: <PRE>
                     27: #ifndef HTTEXGEN_H
2.1       frystyk    28: #define HTTEXGEN_H
2.3.2.1 ! frystyk    29: #include "SGML.h"
2.2       frystyk    30: </PRE>
                     31: 
                     32: <H2>Conversion Module</H2>
2.1       frystyk    33: 
2.2       frystyk    34: The conversion module is defined as
2.1       frystyk    35: 
2.2       frystyk    36: <PRE>
2.1       frystyk    37: extern HTStructured * HTTeXGenerator PARAMS((HTStream * output));
2.2       frystyk    38: </PRE>
2.1       frystyk    39: 
2.2       frystyk    40: 
                     41: <PRE>
2.1       frystyk    42: #endif
2.2       frystyk    43: </PRE>
                     44: 
                     45: End of module HTTeXGen
2.1       frystyk    46: 
2.2       frystyk    47: </BODY>
2.1       frystyk    48: </HTML>
                     49: 
                     50: 
                     51: 
                     52: 
                     53: 
                     54: 
                     55: 
                     56: 

Webmaster