Skip to content

Commit afb737e

Browse files
committed
reflect that chapter and subsection are in use
1 parent b67f0bf commit afb737e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

xsl/projects/alea/latex/preamble.xsl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,13 @@ target/bin/xslt.sh \
394394
<xsl:text>&lb;\renewcommand*{\seedsectionfont}[1]{\bfseries #1}</xsl:text>
395395
<xsl:text>&lb;\renewcommand*{\seedsubsectionfont}[1]{\bfseries #1}</xsl:text>
396396
<xsl:text>&lb;\renewcommand*{\seedsubsubsectionfont}[1]{\bfseries #1}</xsl:text>
397+
<xsl:text>&lb;\renewcommand*{\seedchapterbeforeskip}{\penalty-1001}</xsl:text>
398+
<xsl:text>&lb;\renewcommand*{\seedchapterafterskip}{}</xsl:text>
399+
<xsl:text>&lb;\renewcommand*{\seedsectionbeforeskip}{\penalty-1001}</xsl:text>
400+
<xsl:text>&lb;\renewcommand*{\seedsectionafterskip}{}</xsl:text>
397401
<xsl:text>&lb;\renewcommand*{\seedsubsectionbeforeskip}{\penalty-1001}</xsl:text>
398402
<xsl:text>&lb;\renewcommand*{\seedsubsectionafterskip}{}</xsl:text>
399-
<xsl:text>&lb;\renewcommand*{\seedsubsubsectionbeforeskip}{\penalty-501}</xsl:text>
403+
<xsl:text>&lb;\renewcommand*{\seedsubsubsectionbeforeskip}{\penalty-1001}</xsl:text>
400404
<xsl:text>&lb;\renewcommand*{\seedsubsubsectionafterskip}{}</xsl:text>
401405
<xsl:text>&lb;\makeatother</xsl:text>
402406

0 commit comments

Comments
 (0)