#math-expressions #png #svg #tex #cli #mathjax

app math2img

将数学表达式转换为图像

10 个版本

0.1.9 2024年1月2日
0.1.8 2023年11月1日
0.1.7 2023年10月31日

#310命令行界面

Download history 63/week @ 2024-03-31

118 每月下载次数

Apache-2.0

15KB
155 代码行

math2img

Crates.io Crates.io License

将数学表达式转换为图像。

image

安装

使用 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

截图

output

依赖

~85MB
~1.5M SLoC