Dave Jarvis' Repositories

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

Revised XSL documentation.

Author U-Dave-PC\Dave <email>
Date 2013-02-06 09:10:17 GMT-0800
Commit 8f22aacbe4f545a21455a77f60f953351e270a0d
Parent bf7c671
Delta 3 lines added, 3 lines removed
xsl/latex.xsl
<xsl:param name="preamble" select="''" />
-<!-- If recipetoc is true, generate TOC. -->
+<!-- If true, generate the table of contents. -->
<xsl:param name="recipe-toc" select="true()" />
-<!-- If ingredientindex is true, generate the ingredient index. -->
+<!-- If true, generate the index of ingredients (and categories). -->
<xsl:param name="ingredient-index" select="true()" />
-<!-- If bookcopyright is true, generate the copyright page. -->
+<!-- If true, generate the copyright page. -->
<xsl:param name="book-copyright" select="true()" />