- Timestamp:
- Jun 25, 2021 8:50:07 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145380
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/docbook2latex.xsl
r89917 r89922 700 700 <xsl:apply-templates select="."/> 701 701 </xsl:for-each> 702 <xsl:text>}}] \hfill \\
</xsl:text>702 <xsl:text>}}]\hfill\\</xsl:text> 703 703 <xsl:apply-templates select="listitem/*"/> 704 704 </xsl:template> … … 843 843 <xsl:if test="title"><xsl:message terminate="yes">No title element supported in refsynopsisdiv</xsl:message></xsl:if> 844 844 <xsl:call-template name="xsltprocNewlineOutputHack"/> 845 <xsl:text>
\subsection*{Synopsis}</xsl:text> 846 <xsl:if test="name(*[1]) != 'cmdsynopsis'"> <!-- just in case --> 847 <xsl:text>\hfill \\
</xsl:text> 848 </xsl:if> 849 <xsl:text>
</xsl:text> 845 <xsl:text>
\subsection*{Synopsis}
</xsl:text> 850 846 <xsl:apply-templates /> 851 847 </xsl:template>
Note:
See TracChangeset
for help on using the changeset viewer.