Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/recipe-books.git

Changed site name. Added comments to latex file.

AuthorDave Jarvis <email>
Date2013-04-01 13:59:38 GMT-0700
Commit33a22862437d3c398f06213d34a1458ea055cdec
Parent64d8c44
translation-English.dict
\providetranslation{CC-BY-SA}{Creative Commons Attribution-ShareAlike License}
-\providetranslation{generatedWith}{Generated using \href{http://recipezeal.com}{Recipe Zeal} and \LaTeX.}
+\providetranslation{generatedWith}{Generated using \href{http://recipefiddle.com}{Recipe Fiddle} and \LaTeX.}
\providetranslation{designsBy}{Book design and themes by \href{http://liantze.penguinattack.org}{Lian Tze Lim}.}
\providetranslation{CookingInstructions}{Cooking Instructions}
\providetranslation{Substitutes}{Substitutes}
+
xsl/latex.xsl
<!--
- | "Muenchian Method" as described in
- | XSLT Cookbook, by Sal Mangano, O'Reilly, pg195
- | for sorting tagged recipes into "chapters"
+ | "Muenchian Method" for sorting tagged recipes into chapters, described in
+ | XSLT Cookbook, by Sal Mangano, O'Reilly, pg195.
+-->
<xsl:for-each select="recipe[count(. | key('recipe-by-category',tags/tag[1])[1]) = 1]">
<!--
- | Meta information about the book.
+ | Book meta information.
+-->
<xsl:template match="book">
Delta5 lines added, 5 lines removed