<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: What are the alternatives to pandoc</title>
	<link>http://ask.metafilter.com/90244/What-are-the/</link>
	<description>Comments on Ask MetaFilter post What are the alternatives to pandoc</description>
	<pubDate>Wed, 30 Apr 2008 21:21:17 -0800</pubDate>
	<lastBuildDate>Wed, 30 Apr 2008 21:21:17 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: What are the alternatives to pandoc</title>
		<link>http://ask.metafilter.com/90244/What-are-the</link>	
		<description>What are the alternatives to &lt;a href=&quot;http://johnmacfarlane.net/pandoc/&quot;&gt;pandoc&lt;/a&gt;? I&apos;m looking for tools that will allow me to maintain a large document in a simple plain text format such as markdown and compile it to PDF and HTML. &lt;br /&gt;&lt;br /&gt; Bonus points will be awarded to PDF that is properly typeset (ideally by TeX) and HTML that allows customization via stylesheets, headers, footers, etc. There&apos;s nothing particularly wrong with pandoc, apart from the requirement of a Haskell compiler, which is a pain but not a showstopper; I&apos;m just curious about the alternatives. Maintaining in LaTeX and compiling to PDF and HTML is not an option. The &quot;source&quot; must be something less markup-heavy, such as markdown or textile. GUIs are not necessary but must be available on OS X if their use is required.&lt;br&gt;
&lt;br&gt;
Comments about their unique capabilities, favourite features, and their particular strengths and weaknesses are very welcome, as are links to documents that are available online (HTML or PDF) so I can see them in action.&lt;br&gt;
&lt;br&gt;
Finally, is there a name for this kind of tool?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.90244</guid>
		<pubDate>Wed, 30 Apr 2008 18:55:14 -0800</pubDate>
		<dc:creator>caek</dc:creator>
		
			<category>text</category>
		
			<category>pdf</category>
		
			<category>html</category>
		
	</item> <item>
		<title>By: Blazecock Pileon</title>
		<link>http://ask.metafilter.com/90244/What-are-the#1325139</link>	
		<description>&lt;a href=&quot;http://www.mediawiki.org/wiki/Markup_spec&quot;&gt;MediaWiki markup&lt;/a&gt;. For a demonstration, see &lt;a href=&quot;http://en.wikipedia.org/&quot;&gt;Wikipedia&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.90244-1325139</guid>
		<pubDate>Wed, 30 Apr 2008 21:21:17 -0800</pubDate>
		<dc:creator>Blazecock Pileon</dc:creator>
	</item><item>
		<title>By: thisjax</title>
		<link>http://ask.metafilter.com/90244/What-are-the#1325248</link>	
		<description>&lt;a href=&quot;http://maruku.rubyforge.org/&quot;&gt;Maruku&lt;/a&gt; is a command-line tool written in Ruby that mostly fits the bill. There are some examples of output documents on the website.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.90244-1325248</guid>
		<pubDate>Thu, 01 May 2008 01:26:06 -0800</pubDate>
		<dc:creator>thisjax</dc:creator>
	</item><item>
		<title>By: caek</title>
		<link>http://ask.metafilter.com/90244/What-are-the#1325270</link>	
		<description>Thanks guys. Anyone for any more?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.90244-1325270</guid>
		<pubDate>Thu, 01 May 2008 04:06:34 -0800</pubDate>
		<dc:creator>caek</dc:creator>
	</item><item>
		<title>By: esd</title>
		<link>http://ask.metafilter.com/90244/What-are-the#1325362</link>	
		<description>&lt;a href=&quot;&quot;&gt;Muse&lt;/a&gt; for Emacs does this kind of thing. You write your document(s) in a Muse-specific format (it&apos;s kind of like Markdown), and then Muse can output those documents in many formats, including PDF and HTML. I believe that the produced HTML is customizable, although I&apos;ve never had occasion to actually do that.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.90244-1325362</guid>
		<pubDate>Thu, 01 May 2008 07:02:53 -0800</pubDate>
		<dc:creator>esd</dc:creator>
	</item><item>
		<title>By: esd</title>
		<link>http://ask.metafilter.com/90244/What-are-the#1325376</link>	
		<description>An update on the HTML customization: the &lt;a href=&quot;&quot;&gt;HTML section of the Muse manual&lt;/a&gt; says that you can customize the header and/or footer used when generating HTML (by giving a simple string or by giving a path to a file) as well as the stylesheet used (by providing CSS in a string or with a &lt;code&gt;link&lt;/code&gt; tag to an external stylesheet).&lt;br&gt;
&lt;br&gt;
The relevant options are &lt;code&gt;muse-html-header&lt;/code&gt;, &lt;code&gt;muse-html-footer&lt;/code&gt;, and &lt;code&gt;muse-html-style-sheet&lt;/code&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.90244-1325376</guid>
		<pubDate>Thu, 01 May 2008 07:14:58 -0800</pubDate>
		<dc:creator>esd</dc:creator>
	</item><item>
		<title>By: esd</title>
		<link>http://ask.metafilter.com/90244/What-are-the#1325664</link>	
		<description>Ack! That last link should be like this: &lt;a href=&quot;http://mwolson.org/static/doc/muse/HTML.html#HTML&quot;&gt;HTML section of the Muse manual&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.90244-1325664</guid>
		<pubDate>Thu, 01 May 2008 10:25:01 -0800</pubDate>
		<dc:creator>esd</dc:creator>
	</item>
	</channel>
</rss>
