6 ms·
Typst( https://typst.app/ https://typst.app/) Is good Latex alternative which should be mentioned here. Their roadmap also features html as a target.
by whyho 1y ago
Typst( https://typst.app/ https://typst.app/)
Is good Latex alternative which should be mentioned here. Their roadmap also features html as a target.
- zellyn 1y agoHTML is available as a preview feature now
- AugustinWinther 1y agoSwitched from LaTeX to Typst two years ago and have never looked back. Looking forward to their HTML export feature. Looks like you can already play with it (though it's still "very incomplete") https://typst.app/docs/reference/html/ https://typst.app/docs/reference/html/
- japanuspus 1y agoA friendly person on the internet already put up the typst-to-mathml part of this [0]. I have been considering the ultimate yak-shave of building a static site generator around this... [0]: https://github.com/wcshds/typst-math-to-mathml-converter https://github.com/wcshds/typst-math-to-mathml-converter
- teleforce 1y agoAnother is TeXmacs [1]. "Despite its name, TeXmacs is not a front-end to TeX or LaTeX.[mHowever, TeXmacs documents can be converted to either TeX or LaTeX. LaTeX also can be imported (to some extent), and both import from and export to HTML, Scheme, Verbatim, and XML is provided; the HTML export is stylable with CSS (since version 1.99.14). There is a converter for MathML as well, and TeXmacs can output PDF and PostScript for printing." [2] GNU TeXmacs: https://en.wikipedia.org/wiki/GNU_TeXmacs https://en.wikipedia.org/wiki/GNU_TeXmacs
- IshKebab 1y agoYeah they really need to rebrand.
- TimorousBestie 1y agoIf only it weren’t subscription model. At least I can still install LaTeX without a credit card.
- deleted 1y ago[deleted]
- raegis 1y agoTypst is Apache licensed. I install it with "cargo install --locked typst-cli". The subscription model is for their web interface with storage. I write simple worksheets for a living, so I've been using it instead of TeX lately. (I've use LaTeX or plain TeX since around 1990.)
- jenny91 1y agoThat "LaTeX alternative" looks awful? `integral_t^oo` in place of `\integral_t^\infty`? Why would anyone switch from LaTeX to this other than the speed?
- wanderlust123 1y agoIts a lot easier and idiomatic to write. I would try it first before knocking it off.
- JadeNB 1y ago> Its a lot easier and idiomatic to write. Surely both of these characterizations depend on the person? I can believe that integral_t^oo is idiomatic if that's what you're used to, and maybe it's easier to pick up from scratch, but, for someone long used to TeX, it just makes me wonder what other unpleasant surprises someone else will have decided are actually pleasant.