Skip to content

Commit

Permalink
updated dtx file for individual table and figure caption setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ChelseaCHENX committed Nov 18, 2023
1 parent 0e1d897 commit de671a2
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions thuthesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -3592,18 +3592,30 @@
\ifthu@language@chinese
\fontsize{11bp}{14.3bp}\selectfont
\else
\sffamily\fontsize{11bp}{12.65bp}\selectfont
\sffamily\fontsize{10.5bp}{12.65bp}\selectfont % changed to arial and all to 10.5pt
\fi
\fi
}

\DeclareCaptionFont{tablefont}{%
\sffamily\fontsize{11bp}{12.65bp}\selectfont % changed to arial and all to 10.5pt
}

\DeclareCaptionFont{figurefont}{%
\sffamily\fontsize{10.5bp}{12.65bp}\selectfont % changed to arial and all to 10.5pt
}

\captionsetup{
font = thu,
labelsep = quad,
%font = thu,
labelsep = space,%quad,
skip = 6bp,
figureposition = bottom,
tableposition = top,
}
\captionsetup[sub]{font=thu}
%\captionsetup[sub]{font=thu}
\captionsetup[table]{font=tablefont}
\captionsetup[figure]{font=figurefont}

\renewcommand{\thesubfigure}{(\alph{subfigure})}
\renewcommand{\thesubtable}{(\alph{subtable})}
% \renewcommand{\p@subfigure}{:}
Expand Down

0 comments on commit de671a2

Please sign in to comment.