10 个版本
0.1.9 | 2024年1月2日 |
---|---|
0.1.8 | 2023年11月1日 |
0.1.7 | 2023年10月31日 |
#310 在 命令行界面
118 每月下载次数
15KB
155 代码行
math2img
将数学表达式转换为图像。
安装
使用 Cargo
cargo install math2img
使用方法
Convert mathematical expressions into images
Usage: math2img [OPTIONS] [MATH]
Arguments:
[MATH] Mathjax expression
Options:
--help Print help
-o, --output <OUTPUT> Output filename
--png Output as PNG. If the argument `output` has a `.png` extension, it will be set automatically
--completion <SHELL> Generate shell completion [possible values: bash, elvish, fish, powershell, zsh]
-w, --width <WIDTH> Number of horizontal dots in PNG image
-h, --height <HEIGHT> Number of vertical dots in PNG image
-V, --version Print version
截图
依赖
~85MB
~1.5M SLoC