rustex_lib

Crates.iorustex_lib
lib.rsrustex_lib
version0.1.1
created_at2025-06-04 08:38:54.82763+00
updated_at2025-09-07 13:02:32.027297+00
descriptionA crate for converting TeX/pdfTeX to HTML
homepage
repositoryhttps://github.com/FlexiFormal/RusTeX/tree/main/rustex
max_upload_size
id1699971
size556,776
Dennis Müller (Jazzpirate)

documentation

README

RusTeX

A modular implementation of a TeX engine in rust, used to convert LaTeX documents to html5.

Usage

rustex -i <path-to-input-file>.tex -o <path-to-output-file>.html

Requirements

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.

Commit count: 468

cargo fmt