Skip to content

Commit

Permalink
fix: fix the skip of subsubsection.
Browse files Browse the repository at this point in the history
Maybe it's more convenient with an interface?
  • Loading branch information
fky2015 committed Apr 13, 2023
1 parent 1f05098 commit 2e667a5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions bithesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -2880,8 +2880,8 @@
format={\l_@@_title_font_cs:n \bfseries \raggedright \zihao{-4}},
nameformat = {},
titleformat = {},
beforeskip=28bp plus 1ex minus .2ex,
afterskip=24bp plus .2ex,
beforeskip=14bp plus 1ex minus .2ex,
afterskip=14bp plus .2ex,
fixskip=true,
}
}
Expand Down
4 changes: 2 additions & 2 deletions templates/graduate-thesis/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,8 @@
format={\l__bithesis_title_font_cs:n \bfseries \raggedright \zihao{-4}},
nameformat = {},
titleformat = {},
beforeskip=28bp plus 1ex minus .2ex,
afterskip=24bp plus .2ex,
beforeskip=14bp plus 1ex minus .2ex,
afterskip=14bp plus .2ex,
fixskip=true,
}
}
Expand Down
4 changes: 2 additions & 2 deletions templates/paper-translation/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,8 @@
format={\l__bithesis_title_font_cs:n \bfseries \raggedright \zihao{-4}},
nameformat = {},
titleformat = {},
beforeskip=28bp plus 1ex minus .2ex,
afterskip=24bp plus .2ex,
beforeskip=14bp plus 1ex minus .2ex,
afterskip=14bp plus .2ex,
fixskip=true,
}
}
Expand Down
4 changes: 2 additions & 2 deletions templates/undergraduate-thesis-en/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,8 @@
format={\l__bithesis_title_font_cs:n \bfseries \raggedright \zihao{-4}},
nameformat = {},
titleformat = {},
beforeskip=28bp plus 1ex minus .2ex,
afterskip=24bp plus .2ex,
beforeskip=14bp plus 1ex minus .2ex,
afterskip=14bp plus .2ex,
fixskip=true,
}
}
Expand Down
4 changes: 2 additions & 2 deletions templates/undergraduate-thesis/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,8 @@
format={\l__bithesis_title_font_cs:n \bfseries \raggedright \zihao{-4}},
nameformat = {},
titleformat = {},
beforeskip=28bp plus 1ex minus .2ex,
afterskip=24bp plus .2ex,
beforeskip=14bp plus 1ex minus .2ex,
afterskip=14bp plus .2ex,
fixskip=true,
}
}
Expand Down

0 comments on commit 2e667a5

Please sign in to comment.