]> pere.pagekite.me Git - text-destroy-surveillance.git/commitdiff
Insert the URL wrapping trick for 'article' style too.
authorPetter Reinholdtsen <pere@hungry.com>
Tue, 13 Oct 2020 20:11:57 +0000 (22:11 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Tue, 13 Oct 2020 20:11:57 +0000 (22:11 +0200)
pdf.xsl

diff --git a/pdf.xsl b/pdf.xsl
index 0d596871d4d7a9d454869f925f9c08d08a016d1a..443c397b7ae80a05b4dae5e9f015f5f84cd881e3 100644 (file)
--- a/pdf.xsl
+++ b/pdf.xsl
@@ -4,6 +4,8 @@
   <!-- hack to add [hyphens] option to url package -->
   <xsl:param name="latex.class.book">book}
 \usepackage[hyphens]{url</xsl:param>
   <!-- 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="latex.class.options">a4paper,openright,twoside</xsl:param>
   <xsl:param name="page.width">6in</xsl:param>