| Crates.io | math2img |
| lib.rs | math2img |
| version | 0.1.9 |
| created_at | 2023-10-31 05:32:45.669374+00 |
| updated_at | 2024-01-02 15:20:14.099114+00 |
| description | Convert mathematical expressions into images |
| homepage | |
| repository | https://github.com/gw31415/math2img |
| max_upload_size | |
| id | 1019368 |
| size | 48,013 |
Convert mathematical expressions into images.
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