]> pere.pagekite.me Git - text-free-culture-lessig.git/commitdiff
Change monospace font from Nimbus Mono L to Latin Modern Mono.
authorPetter Reinholdtsen <pere@hungry.com>
Sun, 13 Sep 2015 18:30:42 +0000 (20:30 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Sun, 13 Sep 2015 18:30:48 +0000 (20:30 +0200)
The former give a strange error in Jessie, where URLs end up
one-off in the alphabet, showing gsso.<< instead of http://
and the rest of the URLs are similar.

data/pdf.xsl
data/xetex_param.xsl

index a9244596395f3526ef54200d9a0cc8fb4829035b..a99c9725acb5e98999ec5101cde0fe21c71e7a5b 100644 (file)
@@ -48,7 +48,7 @@
 <xsl:param name="title.font.family">Crimson Text</xsl:param>
 <xsl:param name="slide.font.family">Crimson Text</xsl:param>
 <xsl:param name="slide.title.font.family">Crimson Text</xsl:param>
-<xsl:param name="monospace.font.family">Nimbus Mono L</xsl:param>
+<xsl:param name="monospace.font.family">Latin Modern Mono</xsl:param>
 
 <xsl:template match="colophon">
   <xsl:text>\begin{colophon}&#10;</xsl:text>
index 1e40797ee27850170446e9d620e6e58ef1d78b07..02881d16d936369ebe91841a3742fe76bd5c6aee 100644 (file)
@@ -3,7 +3,7 @@
   <xsl:param name="xetex.font">
     <xsl:text>\setmainfont{Crimson Text}&#10;</xsl:text>
     <xsl:text>\setsansfont{Crimson Text}&#10;</xsl:text>
-    <xsl:text>\setmonofont{Nimbus Mono L}&#10;</xsl:text>
+    <xsl:text>\setmonofont{Latin Modern Mono}&#10;</xsl:text>
 
     <!-- Force <emphasis role='strong'> to be bold, not semibold -->
     <xsl:text>\setmainfont[BoldFont={CrimsonText-Bold}]{Crimson Text}&#10;</xsl:text>