Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/recipe-books.git
xsl/latex.xsl
<!-- These will come from the XML...
-<xsl:param name="book-back-cover" select="" />
+<xsl:param name="book-back-cover" select="true()" />
-->
+<!-- -->
<xsl:key name="preg" match="/recipe-book/ingredients/ingredient" use="@id" />
<xsl:with-param name="pText" select="@name" />
<xsl:with-param name="pToken" select="','" />
- <xsl:with-param name="pSubst" select="' $\to$ '" />
+ <xsl:with-param name="pSubst" select="'!'" />
</xsl:call-template>
<xsl:text>!</xsl:text>

Added separator for ingredient categories to force indenting in index.

Author Dave Jarvis <email>
Date 2013-02-19 21:26:42 GMT-0800
Commit db86b039f9d81ba71c6f3a4cdf556f7d11d4f680
Parent d470250
Delta 3 lines added, 2 lines removed, 1-line increase