10 releases
0.1.9 | Jan 2, 2024 |
---|---|
0.1.8 | Nov 1, 2023 |
0.1.7 | Oct 31, 2023 |
#315 in Command-line interface
118 downloads per month
15KB
155 lines
math2img
Convert mathematical expressions into images.
Installation
with Cargo
cargo install math2img
Usage
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
Screenshots
Dependencies
~77MB
~1.5M SLoC