svn commit: r42237 - projects/db5/share/xsl
Gabor Kovesdan
gabor at FreeBSD.org
Wed Jul 10 11:57:13 UTC 2013
Author: gabor
Date: Wed Jul 10 11:57:13 2013
New Revision: 42237
URL: http://svnweb.freebsd.org/changeset/doc/42237
Log:
- Use UTF-8 in the LaTeX file so that we render all of the languages
- Render all links in blue
Modified:
projects/db5/share/xsl/freebsd-dblatex.xsl
Modified: projects/db5/share/xsl/freebsd-dblatex.xsl
==============================================================================
--- projects/db5/share/xsl/freebsd-dblatex.xsl Wed Jul 10 11:40:36 2013 (r42236)
+++ projects/db5/share/xsl/freebsd-dblatex.xsl Wed Jul 10 11:57:13 2013 (r42237)
@@ -6,6 +6,9 @@
<!-- $FreeBSD$ -->
+ <xsl:param name="latex.encoding">utf8</xsl:param>
+ <xsl:param name="latex.hyperparam">linktocpage,colorlinks,linkcolor=blue,citecolor=blue,urlcolor=blue</xsl:param>
+
<xsl:template match="filename">
<xsl:choose>
<!-- \Url cannot stand in a section heading -->
More information about the svn-doc-projects
mailing list