Skip to content

Commit

Permalink
Update settings of subcaption
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexaraWu committed Jul 2, 2019
1 parent 2ccb434 commit 61106c8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions source/sjtuthesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,14 @@ The Current Maintainer of this work is Alexara Wu.
labelformat = simple,
labelsep = space,
justification = centering,
font = sjtucaptionfont}
font = sjtucaptionfont
}
\captionsetup[sub]{%
format = hang,
labelformat = brace,
justification = justified,
font = sjtusubcaptionfont
}
\DeclareCaptionOption{bi-first}[]{%
\def\tablename{\sjtu@label@table}
\def\figurename{\sjtu@label@figure}}
Expand All @@ -1258,7 +1265,6 @@ The Current Maintainer of this work is Alexara Wu.
\def\figurename{Figure}}
\captionsetup[bi-first]{bi-first}
\captionsetup[bi-second]{bi-second}
\captionsetup[sub]{font=sjtusubcaptionfont}
%</class>
% \end{macrocode}
%
Expand Down

0 comments on commit 61106c8

Please sign in to comment.