math2img

Crates.iomath2img
lib.rsmath2img
version0.1.9
sourcesrc
created_at2023-10-31 05:32:45.669374
updated_at2024-01-02 15:20:14.099114
descriptionConvert mathematical expressions into images
homepage
repositoryhttps://github.com/gw31415/math2img
max_upload_size
id1019368
size48,013
Ama / Yuki Okugawa (gw31415)

documentation

README

math2img

Crates.io Crates.io License

Convert mathematical expressions into images.

image

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

output

Commit count: 20

cargo fmt