User talk:MathematicalOrchid
From HaskellWiki
(Difference between revisions)
(PanDoc for LaTeX and HTML output) |
(Interesting idea...) |
||
| Line 2: | Line 2: | ||
My [http://www.haskell.org/pipermail/haskell-cafe/2007-March/023335.html survey] on a HTML+LaTeX generator resulted in [http://sophos.berkeley.edu/macfarlane/pandoc/ PanDoc]. | My [http://www.haskell.org/pipermail/haskell-cafe/2007-March/023335.html survey] on a HTML+LaTeX generator resulted in [http://sophos.berkeley.edu/macfarlane/pandoc/ PanDoc]. | ||
| + | |||
| + | Interesting tip. However, Indoculate performs 2 functions. First, it provides a tool <code>MakeHTML</code>, which takes a source file and converts it to HTML. Similarly, <code>MakeLaTeX</code> takes the same source file and converts it to LaTeX instead. However, it also provides a second function. The <code>MakeSite</code> tool takes an entire hierarchical tree of source files and generates a complete fully cross-linked website. I very much doubt PanDoc can do that. [[User:MathematicalOrchid|MathematicalOrchid]] 10:27, 24 April 2007 (UTC) | ||
Revision as of 10:27, 24 April 2007
Indoculate
My survey on a HTML+LaTeX generator resulted in PanDoc.
Interesting tip. However, Indoculate performs 2 functions. First, it provides a tool MakeHTML, which takes a source file and converts it to HTML. Similarly, MakeLaTeX takes the same source file and converts it to LaTeX instead. However, it also provides a second function. The MakeSite tool takes an entire hierarchical tree of source files and generates a complete fully cross-linked website. I very much doubt PanDoc can do that. MathematicalOrchid 10:27, 24 April 2007 (UTC)
