| Crates.io | rustex_lib |
| lib.rs | rustex_lib |
| version | 0.1.1 |
| created_at | 2025-06-04 08:38:54.82763+00 |
| updated_at | 2025-09-07 13:02:32.027297+00 |
| description | A crate for converting TeX/pdfTeX to HTML |
| homepage | |
| repository | https://github.com/FlexiFormal/RusTeX/tree/main/rustex |
| max_upload_size | |
| id | 1699971 |
| size | 556,776 |
A modular implementation of a TeX engine in rust, used to convert LaTeX documents to html5.
rustex -i <path-to-input-file>.tex -o <path-to-output-file>.html
RusTeX implements (primarily) the primitives of (plain) TeX, eTeX and pdfTeX -- besides that, it will delegate to your local TeX system. This means that you need to have TeX installed on your system. RusTeX will then process your latex.ltx first, before processing your input file. It will also use the same TEXINPUTS settings as your TeX configuration. Consequently, RusTeX should behave exactly as your local TeX system does, except for producing html rather than pdf.