pictex 0.1.0

CLI utility for converting LaTeX math expressions to PNG format
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "pictex"
version = "0.1.0"
edition = "2024"
description = "CLI utility for converting LaTeX math expressions to PNG format"
categories = ["command-line-utilities", "mathematics"]
keywords = ["latex", "tex", "math"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/marcxalexandre/pictex.git"
exclude = ["docs/*", ".*"]

[dependencies]
which = "8.0.0"
rand = "0.10.0"
clap = { version = "4.5.40", features = ["derive"] }