aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/contrib/tex4ht.mdwn
blob: bee18d96f108d88a5bd34afd080a654ca8547b53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[!template id=plugin name=tex4ht core=0 author="[[DavidBremner]]"]]

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 
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=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]]