| Crates.io | spandex |
| lib.rs | spandex |
| version | 0.0.4 |
| created_at | 2019-05-07 19:02:46.916974+00 |
| updated_at | 2019-11-23 17:18:18.937922+00 |
| description | A modern LaTeX alternative |
| homepage | https://rust-spandex.github.io |
| repository | https://github.com/rust-spandex/spandex |
| max_upload_size | |
| id | 132665 |
| size | 6,952,497 |
As always in rust, it's super simple to install.
First, install rust
curl https://sh.rustup.rs -sSf | sh
Then, install SpanDeX
cargo install spandex
For the moment, only two commands are available:
spandex init <name>: creates a directory for a SpanDeX document with a
spandex.toml and an initial main.md files. If no name is specified, the
name of the current directory will be used instead.
spandex build: triggers the build of SpanDeX, and generates an
output.pdf file.
To build one of the examples, go to the example directory and run cargo run -- build.