Aspose.TeX FOSS for Python
需要Python 3.10或更新版本.使用pip安装,aspose-tex>=26.5.没有外部依赖性.
选择一个部分开始:
关键能力
parse_pfb及其他parse_tfm允许开发人员将二进制PFB字体数据和原始TFM计数数据加载到结构化文件中.PfbData及其他TfmData其他物体.- 扩展类实现了TeX宏观扩张引擎,允许定义宏,推送代币流,并使用peek检查下一个代码.
- exec_par finalises the current paragraph and runs line breaking, producing the typeset lines for the document.
- 解析工具
parse_dimen,parse_glue, 和parse_integer直接从扩展器代币流读取TeX维度,的规格和整数常量.