VirtualBox

Changeset 32314 in vbox


Ignore:
Timestamp:
Sep 8, 2010 11:46:19 AM (14 years ago)
Author:
vboxsync
Message:

doc/docbook2latex.xsl: prevent hyphenation when referring to interfaces/enums/methods ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/docbook2latex.xsl

    r31761 r32314  
    498498    <xsl:choose>
    499499      <xsl:when test="@xreflabel">
    500         <xsl:value-of select="concat('\hyperref[', @linkend, ']{', @xreflabel, '}')" />
     500        <xsl:value-of select="concat('\hyperref[', @linkend, ']{\mbox{', @xreflabel, '}}')" />
    501501      </xsl:when>
    502502      <xsl:when test="@apiref='yes'">
    503         <xsl:value-of select="concat('\hyperref[', @linkend, ']{')" />
    504         <xsl:apply-templates />
    505         <xsl:value-of select="'}'" />
     503        <xsl:value-of select="concat('\hyperref[', @linkend, ']{\mbox{')" />
     504        <xsl:apply-templates />
     505        <xsl:value-of select="'}}'" />
    506506      </xsl:when>
    507507      <xsl:otherwise>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette