diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-15 09:24:40 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-15 09:24:40 +0200 |
commit | d4c8dce41281747caf8a0537a3c41b64e78f767c (patch) | |
tree | 548a5d925622d17ff3fc2c98699a98a2d476d65f /stylesheets/lfs-xsl/pdf/lfs-mixed.xsl | |
parent | df1207e0fb2613f19cb89b8c2bddf24b72e1ec6a (diff) | |
parent | 06e7b3611839ab0051fb09e6ae1abc3dfad1ca4e (diff) |
Merge branch 'trunk' into plabs/condxml
Diffstat (limited to 'stylesheets/lfs-xsl/pdf/lfs-mixed.xsl')
-rw-r--r-- | stylesheets/lfs-xsl/pdf/lfs-mixed.xsl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stylesheets/lfs-xsl/pdf/lfs-mixed.xsl b/stylesheets/lfs-xsl/pdf/lfs-mixed.xsl index 85fc3825f..f767ace6a 100644 --- a/stylesheets/lfs-xsl/pdf/lfs-mixed.xsl +++ b/stylesheets/lfs-xsl/pdf/lfs-mixed.xsl @@ -103,7 +103,7 @@ <xsl:otherwise> <xsl:choose> <xsl:when test="ancestor::appendix">auto</xsl:when> - <!-- Modified by Bruce Dubbs. Allow user to specify + <!-- Modified by Bruce Dubbs. Allow user to specify automatic screen formatting to split across pages. --> <xsl:when test="@role='auto'">auto</xsl:when> <xsl:otherwise>always</xsl:otherwise> @@ -114,8 +114,8 @@ </xsl:choose> </xsl:attribute> -<!-- The following lines were inserted by Martin Miehe. Scripts and rules - in the appendices should have a smaller font-size so that at least +<!-- The following lines were inserted by Martin Miehe. Scripts and rules + in the appendices should have a smaller font-size so that at least 80 characters fit to one line. --> <xsl:if test="ancestor::appendix"> <!-- name(/) != appendix" --> |