Linux command
gladtex 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Convert HTML with LaTeX
gladtex [input.htex]
Specify output file
gladtex -o [output.html] [input.htex]
Set image directory
gladtex -d [images/] [input.htex]
Set resolution
gladtex -r [150] [input.htex]
说明
gladtex converts LaTeX formulas embedded in HTML documents to images. It processes `.htex` files containing LaTeX math markup and produces standard HTML with rendered formula images. The tool enables embedding mathematical notation in web pages by rendering formulas through LaTeX and converting them to images that display in any browser.
参数
- -o _FILE_
- Output file.
- -d _DIR_
- Image directory.
- -r _DPI_
- Image resolution.
- -b _COLOR_
- Background color.
- --help
- Display help information.
FAQ
What is the gladtex command used for?
gladtex converts LaTeX formulas embedded in HTML documents to images. It processes `.htex` files containing LaTeX math markup and produces standard HTML with rendered formula images. The tool enables embedding mathematical notation in web pages by rendering formulas through LaTeX and converting them to images that display in any browser.
How do I run a basic gladtex example?
Run `gladtex [input.htex]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -o _FILE_ do in gladtex?
Output file.