<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Customizing MultiMarkdown to make Scrivener easier, part A</title>
	<atom:link href="http://moacir.com/donkeyhottie/2008/05/12/customizing-multimarkdown-to-make-scrivener-easier-part-a/feed/" rel="self" type="application/rss+xml" />
	<link>http://moacir.com/donkeyhottie/2008/05/12/customizing-multimarkdown-to-make-scrivener-easier-part-a/</link>
	<description>Revolution!</description>
	<lastBuildDate>Mon, 02 Apr 2012 05:11:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: patmuk</title>
		<link>http://moacir.com/donkeyhottie/2008/05/12/customizing-multimarkdown-to-make-scrivener-easier-part-a/comment-page-1/#comment-26543</link>
		<dc:creator>patmuk</dc:creator>
		<pubDate>Mon, 14 Sep 2009 00:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.1984produkts.com/donkeyhottie/?p=1552#comment-26543</guid>
		<description>ups - the html-tags got removed.
New try without the 

 - in line 177 change to:
				!-- to allow latex comments!
				xsl:text&gt;\%%\_ /xsl:text -- 
				xsl:text&gt;_ /xsl:text</description>
		<content:encoded><![CDATA[<p>ups &#8211; the html-tags got removed.<br />
New try without the </p>
<p> &#8211; in line 177 change to:<br />
				!&#8211; to allow latex comments!<br />
				xsl:text&gt;\%%\_ /xsl:text &#8212;<br />
				xsl:text&gt;_ /xsl:text</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patmuk</title>
		<link>http://moacir.com/donkeyhottie/2008/05/12/customizing-multimarkdown-to-make-scrivener-easier-part-a/comment-page-1/#comment-26540</link>
		<dc:creator>patmuk</dc:creator>
		<pubDate>Mon, 14 Sep 2009 00:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.1984produkts.com/donkeyhottie/?p=1552#comment-26540</guid>
		<description>Hi,

I fiddled arround as well and finally got Scrivener to output  LaTeX with my custom template.

I found a &quot;solution&quot; to two glitches:
for both you have to edit clean-text-allow-latex.xslt:
 - in line 177 change to:
				&lt;!-- to allow latex comments!
				\%--&gt;
				%
 - in line 195 change to:
				&lt;!-- leave unterstrich alone!
				\_--&gt;
				_

so that _ remains _ (and not \_) and LaTeX-comments are still those (however: if you want to enter the &#039;%&#039;-sign e sure to escape it \%).

However, this is not an optimal solution:
- Multimarkdowns concept is to not use format-specific code ... so all content can be transfered to other formats. I don&#039;t want to miss all of laTeXs features, so I don&#039;t care about this one.
- signinstranger disliked changing the provided xslt-files for consistency reasons: once an update is made this files get replaced and the hand-made additions have to be entered again. Maybe one can contact fletcher and convince him to include this fixes (or make it right!).</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I fiddled arround as well and finally got Scrivener to output  LaTeX with my custom template.</p>
<p>I found a &#8220;solution&#8221; to two glitches:<br />
for both you have to edit clean-text-allow-latex.xslt:<br />
 &#8211; in line 177 change to:<br />
				&lt;!&#8211; to allow latex comments!<br />
				\%&#8211;&gt;<br />
				%<br />
 &#8211; in line 195 change to:<br />
				&lt;!&#8211; leave unterstrich alone!<br />
				\_&#8211;&gt;<br />
				_</p>
<p>so that _ remains _ (and not \_) and LaTeX-comments are still those (however: if you want to enter the &#8216;%&#8217;-sign e sure to escape it \%).</p>
<p>However, this is not an optimal solution:<br />
- Multimarkdowns concept is to not use format-specific code &#8230; so all content can be transfered to other formats. I don&#8217;t want to miss all of laTeXs features, so I don&#8217;t care about this one.<br />
- signinstranger disliked changing the provided xslt-files for consistency reasons: once an update is made this files get replaced and the hand-made additions have to be entered again. Maybe one can contact fletcher and convince him to include this fixes (or make it right!).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m</title>
		<link>http://moacir.com/donkeyhottie/2008/05/12/customizing-multimarkdown-to-make-scrivener-easier-part-a/comment-page-1/#comment-26244</link>
		<dc:creator>m</dc:creator>
		<pubDate>Tue, 13 May 2008 01:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.1984produkts.com/donkeyhottie/?p=1552#comment-26244</guid>
		<description>This post was pasted in edited form on the Scrivener/MMD forum:

http://literatureandlatte.com/forum/viewtopic.php?f=21&amp;t=4077&amp;start=0&amp;st=0&amp;sk=t&amp;sd=a

There, signinstranger addresses three of my issues:

1. signinstranger cautions against hardcoding memoir-xelatex.xslt, though I don&#039;t fully understand why.

2. signinstranger suggests using the &lt;tt&gt;\let&lt;/tt&gt; command to take care of the &lt;tt&gt;\Cite&lt;/tt&gt; and &lt;tt&gt;\cite&lt;/tt&gt; problems. As I write, too much gets automatically capitalized in Scrivener, which means user education is the best plan.

3. Finally, the memoir class&#039;s version of setspace is pointed out in the memmanadd.pdf. I don&#039;t need to call setspace, I can just use the command \OnehalfSpacing or \DoubleSpacing to get &quot;double spacing.&quot;</description>
		<content:encoded><![CDATA[<p>This post was pasted in edited form on the Scrivener/MMD forum:</p>
<p><a href="http://literatureandlatte.com/forum/viewtopic.php?f=21&#038;t=4077&#038;start=0&#038;st=0&#038;sk=t&#038;sd=a" rel="nofollow">http://literatureandlatte.com/.....&#038;sd=a</a></p>
<p>There, signinstranger addresses three of my issues:</p>
<p>1. signinstranger cautions against hardcoding memoir-xelatex.xslt, though I don&#8217;t fully understand why.</p>
<p>2. signinstranger suggests using the <tt>\let</tt> command to take care of the <tt>\Cite</tt> and <tt>\cite</tt> problems. As I write, too much gets automatically capitalized in Scrivener, which means user education is the best plan.</p>
<p>3. Finally, the memoir class&#8217;s version of setspace is pointed out in the memmanadd.pdf. I don&#8217;t need to call setspace, I can just use the command \OnehalfSpacing or \DoubleSpacing to get &#8220;double spacing.&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

