| \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:value-of select="$preamble" /> | ||
| - <!-- Removes indexes from TOC? --> | ||
| - <xsl:text>\usepackage[noautomatic]{imakeidx}
</xsl:text> | ||
| + <xsl:text>\usepackage{imakeidx}
</xsl:text> | ||
| - <xsl:text>\makeindex[name=flatingred]
</xsl:text> | ||
| - <xsl:text>\makeindex[name=catingred]
</xsl:text> | ||
| + <!-- Add indexes to TOC. --> | ||
| + <xsl:text>\makeindex[intoc,name=flatingred]
</xsl:text> | ||
| + <xsl:text>\makeindex[intoc,name=catingred]
</xsl:text> | ||
| <xsl:apply-templates select='book' /> | ||
| <xsl:text>\begin{document}
</xsl:text> |
| Author | Dave Jarvis <email> |
|---|---|
| Date | 2013-09-05 18:06:47 GMT-0700 |
| Commit | 1d0c2ce9eb20d7d541eb6adcca1de8f0bb2f6705 |
| Parent | 76a80cc |
| Delta | 6 lines added, 6 lines removed |