diff options
author | Joey Hess <joey@kitenet.net> | 2008-03-11 08:32:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-03-11 08:32:12 -0400 |
commit | fd4e6dfa873bbcc2fa64f054c1867adcd3254f6a (patch) | |
tree | e7afa1c654ca196beae6fcc8eeb51007f60a025d /doc/plugins | |
parent | 7861b38e1c12ca02de7535add4938802182762b4 (diff) |
web commit by http://bremner.myopenid.com/
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/contrib/tex4ht.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/plugins/contrib/tex4ht.mdwn b/doc/plugins/contrib/tex4ht.mdwn new file mode 100644 index 000000000..7de45fa62 --- /dev/null +++ b/doc/plugins/contrib/tex4ht.mdwn @@ -0,0 +1,9 @@ +[[!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=ikiperl.git;a=blob_plain;f=IkiWiki/Plugin/tex4ht.pm;hb=HEAD) + +[[!tag slow]] |