- Use UTF-8 in the LaTeX file so that we render all of the languages
- Render all links in blue
This commit is contained in:
parent
8893e5621d
commit
0b76ab9d14
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/db5/; revision=42237
1 changed files with 3 additions and 0 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue