Ignore:
Timestamp:
08/25/2024 07:23:17 AM (4 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, lazarus, trunk
Children:
dadb1c9f
Parents:
ebf46bd4
git-author:
Andrew Kreimer <algonell@…> (08/24/2024 07:26:33 PM)
git-committer:
Xi Ruoyao <xry111@…> (08/25/2024 07:23:17 AM)
Message:

Fix typos

Signed-off-by: Andrew Kreimer <algonell@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/pdf.xsl

    rebf46bd4 r0f27fb5  
    2828  <xsl:include href="pdf/lfs-xref.xsl"/>
    2929
    30     <!-- Activating FOP-1 extensions. We use FOP-0.93 as the FO procesor. -->
     30    <!-- Activating FOP-1 extensions. We use FOP-0.93 as the FO processor. -->
    3131  <xsl:param name="fop1.extensions" select="1"/>
    3232
    33     <!-- Desactivate draft mode at all. -->
     33    <!-- Deactivate draft mode at all. -->
    3434  <xsl:param name="draft.mode" select="'no'"/>
    3535
     
    9393         FOP-0.93 supports now @keep-*.*, @orphans, and @widows attributes,
    9494         that solves several page break issues.
    95          It also supports the soft page break procesing instruction included
     95         It also supports the soft page break processing instruction included
    9696         in the DocBook stylesheets.
    9797         But some times we may need hard page breaks for final book versions. -->
Note: See TracChangeset for help on using the changeset viewer.