Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/recipe-books.git
color/SkyGrassSunset.tex
\renewcommand{\primarycolor}{Sky}
\renewcommand{\secondarycolor}{Grass}
-\renewcommand{\tertiarycolor}{Sunset}
+\renewcommand{\tertiarycolor}{Sunray}
\renewcommand{\primarycolorcomplement}{white}
\renewcommand{\secondarycolorcomplement}{white}
\renewcommand{\tertiarycolorcomplement}{black}
\renewcommand{\darkhighlight}{Midnight}
-\renewcommand{\brighthighlight}{Sunray}
+\renewcommand{\brighthighlight}{Sunset}
\renewcommand{\highlightcolor}{\brighthighlight}
xsl/latex.xsl
<xsl:value-of select="$preamble" />
- <!-- Removes indexes from TOC? -->
- <xsl:text>\usepackage[noautomatic]{imakeidx}&#xa;</xsl:text>
+ <xsl:text>\usepackage{imakeidx}&#xa;</xsl:text>
- <xsl:text>\makeindex[name=flatingred]&#xa;</xsl:text>
- <xsl:text>\makeindex[name=catingred]&#xa;</xsl:text>
+ <!-- Add indexes to TOC. -->
+ <xsl:text>\makeindex[intoc,name=flatingred]&#xa;</xsl:text>
+ <xsl:text>\makeindex[intoc,name=catingred]&#xa;</xsl:text>
<xsl:apply-templates select='book' />
<xsl:text>\begin{document}&#xa;</xsl:text>

Re-added indexes to ToC.

Author Dave Jarvis <email>
Date 2013-09-05 18:06:47 GMT-0700
Commit 1d0c2ce9eb20d7d541eb6adcca1de8f0bb2f6705
Parent 76a80cc
Delta 6 lines added, 6 lines removed