X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/830aab057f9973d013e1e724c540b3e68e6f30db..21add7ffa87a5e622d18bdbb24c638c15bdb3800:/doc/plugins/contrib/tex4ht.mdwn?ds=sidebyside diff --git a/doc/plugins/contrib/tex4ht.mdwn b/doc/plugins/contrib/tex4ht.mdwn index 5ea13ac60..bee18d96f 100644 --- a/doc/plugins/contrib/tex4ht.mdwn +++ b/doc/plugins/contrib/tex4ht.mdwn @@ -4,6 +4,12 @@ I have written a simple wrapper around tex4ht to convert tex files to html. This my old tex4ht based home page, it seems to work OK. The current version is available from -[git](http://pivot.cs.unb.ca/git?p=ikiperl.git;a=blob_plain;f=IkiWiki/Plugin/tex4ht.pm;hb=HEAD) +[git](http://pivot.cs.unb.ca/git?p=ikiplugins.git;a=blob_plain;f=IkiWiki/Plugin/tex4ht.pm;hb=HEAD) + +### Other related ideas/plugins: + +- [[todo/latex]] There is work in progress at converting snippets of latex. No idea how the hybrid approach of tex4ht (part font, part bitmaps) compares to the [[todo/latex]] approach. + +- pandoc can also convert latex to html or markdown. It is much faster than tex4ht; on the other hand, the rendering quality is not quite as good, and pandoc does not understand user defined TeX macros. [[!tag type/slow]]