Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1eafea5

Browse files
committed
doc: Simplify handling of variablelists in XSLT build
The previously used custom template is no longer necessary becauseparameters provided by the standard style sheet can achieve the sameoutcome.
1 parent2393c7d commit1eafea5

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

‎doc/src/sgml/stylesheet-common.xsl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
<xsl:paramname="refentry.xref.manvolnum"select="0"/>
3939
<xsl:paramname="formal.procedures"select="0"></xsl:param>
4040
<xsl:paramname="punct.honorific"select="''"></xsl:param>
41+
<xsl:paramname="variablelist.term.break.after">1</xsl:param>
42+
<xsl:paramname="variablelist.term.separator"></xsl:param>
4143

4244

4345
<!-- Change display of some elements-->

‎doc/src/sgml/stylesheet.xsl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,6 @@
3636
<xsl:call-templatename="inline.monoseq"/>
3737
</xsl:template>
3838

39-
<!--
40-
Format multiple terms in varlistentry vertically, instead
41-
of comma-separated.
42-
-->
43-
44-
<xsl:templatematch="varlistentry/term[position()!=last()]">
45-
<spanclass="term">
46-
<xsl:call-templatename="anchor"/>
47-
<xsl:apply-templates/>
48-
</span><br/>
49-
</xsl:template>
50-
5139

5240
<!-- table of contents configuration-->
5341

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp