Skip to content

Commit

Permalink
fix the names of appendix floats
Browse files Browse the repository at this point in the history
  • Loading branch information
huangyxi committed May 16, 2022
1 parent fa4de07 commit 246e9f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions whut-bachelor.cls
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,9 @@
% \gdef\thesection{\appendixname\@Alph\c@section} % defined in ctexsetup
\gdef\thesubsection{\appendixname\Alph{section}\@arabic\c@subsection}
\gdef\thesubsubsection{\appendixname\Alph{section}\arabic{subsection}.\@arabic\c@subsubsection}
\renewcommand\thefigure{\Alph{section}\arabic{figure}}
\renewcommand\thetable{\Alph{section}\arabic{table}}
\renewcommand\theequation{A\arabic{equation}}
% \ifwhut@options@minimal\else\tikzexternaldisable\fi
\let\@appendix\relex
}
Expand Down

0 comments on commit 246e9f5

Please sign in to comment.