httexgen.h

来自「www工具包」· C头文件 代码 · 共 59 行

H
59
字号
/*					W3C Sample Code Library libwww HTML TO LATEX CONVERTER STREAM!LaTeX generator!*//***	(c) COPYRIGHT MIT 1995.**	Please first read the full copyright statement in the file COPYRIGH.*//*This module converts a structured stream from HTML into LaTeX format. Theconversion is mostly a 1:1 translation, but as the LaTeX compiler is muchmore strict than a typical HTML converter some typographical constraintsare put on the translation. Only text is translated for the moment. This module is implemented by HTTeXGen.c, andit is a part of the W3C Sample Code Library.*/#ifndef HTTEXGEN_H#define HTTEXGEN_H#include "HTStruct.h"#include "HTFormat.h"/*.Conversion Module.The conversion module is defined as*/extern HTConverter HTMLToTeX;/**/#endif/*@(#) $Id: HTTeXGen.html,v 2.19 1998/05/14 02:11:13 frystyk Exp $*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?