latex_snippet 0.1.6

Convert even erroneous LaTeX snippets into HTML
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "latex_snippet"
version = "0.1.6"
authors = ["David Roundy <roundyd@physics.oregonstate.edu>"]
edition = "2018"
description = "Convert even erroneous LaTeX snippets into HTML"
license = "GPL-3.0-or-later"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[lib]
name = "latex_snippet"
crate-type = ["cdylib", "lib"]

[package.metadata.pyo3-pack]