]> pere.pagekite.me Git - text-free-culture-lessig.git/commitdiff
Tell LaTeX to use blue for URL links too, to avoid light gray on white in print.
authorPetter Reinholdtsen <pere@hungry.com>
Wed, 19 Aug 2015 21:58:52 +0000 (23:58 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Wed, 19 Aug 2015 21:58:52 +0000 (23:58 +0200)
data/pdf.xsl

index bfe37158857369dc36ecf4fa8bd28d7488ab704b..6051e13e1f328896948dad29aefd684cc43aedbc 100644 (file)
@@ -2,7 +2,9 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
 
 <!-- The TOC links in the titles, and in blue. -->
-<xsl:param name="latex.hyperparam">linktocpage,colorlinks,linkcolor=blue,pdfstartview=FitH</xsl:param>
+<!-- ensure URLs in the text do not end up light gray too -->
+<xsl:param name="latex.hyperparam">linktocpage,colorlinks,linkcolor=blue,urlcolor=blue,pdfstartview=FitH</xsl:param>
+
 <xsl:param name="callout.linkends.hot">0</xsl:param>
 
 <!-- Put the dblatex logo -->