X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/blobdiff_plain/fd4e6dfa873bbcc2fa64f054c1867adcd3254f6a..3b9fe3a1b64b011a72b6c54cb172a27922250d8b:/doc/plugins/contrib/tex4ht.mdwn diff --git a/doc/plugins/contrib/tex4ht.mdwn b/doc/plugins/contrib/tex4ht.mdwn index 7de45fa62..e5a549c05 100644 --- a/doc/plugins/contrib/tex4ht.mdwn +++ b/doc/plugins/contrib/tex4ht.mdwn @@ -6,4 +6,10 @@ 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) -[[!tag slow]] +### 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 fonts, 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]]