|
|
Log in / Subscribe / Register

LuaTeX comes of age

LuaTeX comes of age

Posted Sep 4, 2017 10:56 UTC (Mon) by michal_h21 (guest, #105104)
In reply to: LuaTeX comes of age by callegar
Parent article: LuaTeX comes of age

Yes, tex4ht uses real TeX interpreter, it only inserts html codes in some macros such as sections or lists to add some meaning to the output. It also supports conversion of generated DVI to images, which is useful for various diagrams.

I've also created experimental project which uses Lua callbacks instead of the DVI processing, but the downside is that it doesn't support tex4ht features which requires some DVI tricks, such as the image processing or some tricks with math.

It can be found here: https://github.com/michal-h21/lua4ht


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds