- Timestamp:
- Jan 8, 2019 12:48:01 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128015
- Location:
- trunk/doc/manual
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/common-formatcfg.xsl
r56483 r76704 72 72 73 73 <!-- 74 Make sure that sections inside the Preface are not numbered. 75 --> 76 <xsl:template match="preface/sect1" mode="object.title.template"> 77 <xsl:call-template name="gentext.template"> 78 <xsl:with-param name="context" select="'title-unnumbered'"/> 79 <xsl:with-param name="name"> 80 <xsl:call-template name="xpath.location"/> 81 </xsl:with-param> 82 </xsl:call-template> 83 </xsl:template> 84 85 <!-- 74 86 refentry related layout tweaks. 75 87 -
trunk/doc/manual/docbook2latex.xsl
r76235 r76704 331 331 <xsl:when test="name(..)='chapter'"> 332 332 <xsl:call-template name="title-wrapper"/> 333 </xsl:when> 334 <xsl:when test="name(..)='preface'"> 335 <xsl:call-template name="title-wrapper"> 336 <xsl:with-param name="texcmd">\chapter</xsl:with-param> 337 </xsl:call-template> 333 338 </xsl:when> 334 339 <xsl:when test="name(..)='sect1' and ../../@role='frontmatter'"> -
trunk/doc/manual/en_US/user_Preface.xml
r76113 r76704 6 6 %all.entities; 7 7 ]> 8 < chapterid="user-preface" role="frontmatter">8 <preface id="user-preface" role="frontmatter"> 9 9 10 10 <title>Preface</title> … … 106 106 </sect1> 107 107 108 </ chapter>108 </preface>
Note:
See TracChangeset
for help on using the changeset viewer.