LaTex alternative/replacement written in Rust?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. tectonic

    A modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive.

    The only thing I've seen is https://github.com/tectonic-typesetting/tectonic but that's an actual re-implementation of TeX Rust.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. rmarkdown

    Dynamic Documents for R

    not sure what you mean by this exactly but in my experience its far better to use Markdown + pandoc for stuff like this. Actually I use R Markdown which can compile to either HTML or PDF from the same source document, with executable code chunks embedded (to generate the document contents) ; https://rmarkdown.rstudio.com/

  4. WeasyPrint

    The awesome document factory

    Did you try wkhtmltopdf and WeasyPrint, by any chance?

  5. WKHTMLToPDF

    Discontinued Convert HTML to PDF using Webkit (QtWebKit)

    Did you try wkhtmltopdf and WeasyPrint, by any chance?

  6. asciimathml

    A new home for asciimathml

    Math syntax is a bit more challenging, because I'm sure no one wants 12 even if that would make the grammar simpler. Attempts to do this are thin on the ground: as you note, Markdown and other similar tools completely punted on math. AsciiMath is one idea, although not what you want in a full-fledged typesetting language.

  7. RusTeX

    A (somewhat experimental) implementation of a TeX engine in rust, used to convert LaTeX documents to xhtml. (by slatex)

    Maybe you mean RusTex https://github.com/slatex/RusTeX which is a TeX engine written in rust to convert to xhtml. It's mostly used for sTeX https://github.com/slatex/sTeX

  8. sTeX

    A semantic Extension of TeX/LaTeX (by slatex)

    Maybe you mean RusTex https://github.com/slatex/RusTeX which is a TeX engine written in rust to convert to xhtml. It's mostly used for sTeX https://github.com/slatex/sTeX

  9. tex-rs

    A port of TeX82 to Rust. (WIP)

    I have an rust implementation at https://github.com/crlf0710/tex-rs , though it's the plain old TeX without eTeX extensions. Feel free to do any hacking on top of it any one wants to!

  10. sidenotes

    Position floating sidenotes/comments next to a document with inline references.

    sounds a lot like https://curvenote.com/

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Converting Plotly charts into images in parallel

    2 projects | dev.to | 2 Jan 2025
  • Liberate tabular data from scanned documents

    1 project | news.ycombinator.com | 18 Dec 2024
  • Using Pandoc and Typst to Produce PDFs

    1 project | news.ycombinator.com | 29 Nov 2024
  • PDF Hell and Practical RAG Applications

    5 projects | dev.to | 1 Jul 2024
  • CSS Written in Pure Go

    2 projects | news.ycombinator.com | 1 Jun 2024

Did you know that Rust is
the 5th most popular programming language
based on number of references?