Changeset 76081 in vbox for trunk/doc/manual
- Timestamp:
- Dec 9, 2018 6:55:20 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127322
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/docbook2latex.xsl
r76078 r76081 893 893 <xsl:template match="replaceable"> 894 894 <xsl:choose> 895 <xsl:when test=" not(ancestor::cmdsynopsis) or ancestor::arg">895 <xsl:when test="(not(ancestor::cmdsynopsis) and not(ancestor::option)) or ancestor::arg"> 896 896 <xsl:text>\texttt{\textit{</xsl:text> 897 897 <xsl:apply-templates /> … … 936 936 <xsl:variable name="subst2"> 937 937 <xsl:call-template name="str:subst"> 938 <xsl:with-param name="text" select=" $subst1" />938 <xsl:with-param name="text" select="translate(normalize-space(concat('',$subst1,'')),'','')" /> 939 939 <xsl:with-param name="replace" select="'--'" /> 940 940 <xsl:with-param name="with" select="'-{}-'" />
Note:
See TracChangeset
for help on using the changeset viewer.