web commit by http://bremner.myopenid.com/: added some notes about related approaches
authorJoey Hess <joey@kitenet.net>
Tue, 11 Mar 2008 21:22:17 +0000 (17:22 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 11 Mar 2008 21:22:17 +0000 (17:22 -0400)
doc/plugins/contrib/tex4ht.mdwn

index 5ea13ac6026cf68e18f95968e5f8b310f244b5dd..e5a549c0526acc1c3f4f9ac1366511864e77602e 100644 (file)
@@ -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)
 
+### 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]]