<!-- hack to add [hyphens] option to url package -->
<xsl:param name="latex.class.book">book}
\usepackage[hyphens]{url</xsl:param>
+ <xsl:param name="latex.class.article">article}
+\usepackage[hyphens]{url</xsl:param>
<xsl:param name="latex.class.options">a4paper,openright,twoside</xsl:param>
<xsl:param name="page.width">6in</xsl:param>
<xsl:param name="draft.watermark">1</xsl:param>
<xsl:param name="doc.section.depth">0</xsl:param>
+ <!-- The TOC links in the titles, and in blue. -->
+ <!-- ensure URLs in the text do not end up light gray too -->
+ <xsl:param name="latex.hyperparam">linktocpage,colorlinks,linkcolor=black,urlcolor=black,pdfstartview=FitH</xsl:param>
+
<!-- insert a few latex tricks at the top of the .tex document -->
<xsl:param name="latex.begindocument">
<xsl:text>% start of latex.begindocument