summaryrefslogtreecommitdiff
path: root/doc/plugins/contrib/tex4ht.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-03-12 10:35:56 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-03-12 10:35:56 -0400
commitdb0d6c5f012bb2f4bc1df5cd1a032e7469a8d331 (patch)
tree42b2a917e786f1d88757b5bb409e5047c48d7b37 /doc/plugins/contrib/tex4ht.mdwn
parent51ee2a2eab5ae9a923393d7a9b4e5a08772ae54d (diff)
parent972570b236618b2becf3b8fd5b9e85e4e5e88b7d (diff)
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Diffstat (limited to 'doc/plugins/contrib/tex4ht.mdwn')
-rw-r--r--doc/plugins/contrib/tex4ht.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/plugins/contrib/tex4ht.mdwn b/doc/plugins/contrib/tex4ht.mdwn
index 5ea13ac60..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)
+### 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]]