Skip to content

Commit

Permalink
fix before and after skip of subsubsection
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinglee committed Dec 12, 2017
1 parent 8f2390f commit 6d175a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ustcthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -268,12 +268,18 @@
number = (\arabic{paragraph}),
aftername = \hspace{\ccwd},
indent = 3\ccwd,
beforeskip = \z@,
afterskip = \z@,
runin = false,
},
subparagraph = {
format = \sffamily\setfontsize{12\bp@},
number = \ustc@textcircled{subparagraph},
aftername = \hspace{\ccwd},
indent = 3\ccwd,
beforeskip = \z@,
afterskip = \z@,
runin = false,
},
}
\if@ustc@bachelor
Expand Down
6 changes: 6 additions & 0 deletions ustcthesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -967,12 +967,18 @@ LaTeX version 1999/12/01 or later.
number = (\arabic{paragraph}),
aftername = \hspace{\ccwd},
indent = 3\ccwd,
beforeskip = \z@,
afterskip = \z@,
runin = false,
},
subparagraph = {
format = \sffamily\setfontsize{12\bp@},
number = \ustc@textcircled{subparagraph},
aftername = \hspace{\ccwd},
indent = 3\ccwd,
beforeskip = \z@,
afterskip = \z@,
runin = false,
},
}
% \end{macrocode}
Expand Down

0 comments on commit 6d175a0

Please sign in to comment.