]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/contrib/tex4ht.mdwn
update repo name
[ikiwiki.git] / doc / plugins / contrib / tex4ht.mdwn
1 [[!template id=plugin name=tex4ht core=0 author="[[DavidBremner]]"]]
2
3 I have written a simple wrapper around tex4ht to convert tex files to html. This is slow, and currently noisy. I do not recommend it for running from cgi.  But for interactive conversion of 
4 my old tex4ht based home page, it seems to work OK. 
5
6 The current version is available from 
7 [git](http://pivot.cs.unb.ca/git?p=ikiplugins.git;a=blob_plain;f=IkiWiki/Plugin/tex4ht.pm;hb=HEAD)
8
9 ### Other related ideas/plugins:
10
11 - [[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.
12
13 - 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.
14
15 [[!tag type/slow]]