diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-22 01:04:15 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-22 01:04:15 +0000 |
commit | 9230487f19cd7307cd9d46c658b6d252f83ad691 (patch) | |
tree | 4e29189ad52972e1feafddb08e8d99dcb9229986 | |
parent | 1e5d95e07b07f95317681d38c7f1d7092d00f28f (diff) |
web commit by JoshTriplett: ikiwiki could also support LaTeX as a document type, again rendering to HTML.
-rw-r--r-- | doc/todo/latex.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/latex.mdwn b/doc/todo/latex.mdwn index 23d28b6da..61dd3f4f5 100644 --- a/doc/todo/latex.mdwn +++ b/doc/todo/latex.mdwn @@ -8,6 +8,10 @@ of the ikiwiki [[/logo]]. ---- +ikiwiki could also support LaTeX as a document type, again rendering to HTML. + +---- + Conversely, how about adding a plugin to support exporting to LaTeX? >> I did some tests with using Markdown and a customized HTML::Latex and html2latex |