Skip to content

Commit

Permalink
Merge pull request #1 from zhuobo/dev
Browse files Browse the repository at this point in the history
修改图表标题格式
  • Loading branch information
Ian-Jhon authored Mar 2, 2022
2 parents 7b73607 + be17f83 commit dc05d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Style/gzhuThesis.sty
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ hyperindex, plainpages=false]{hyperref}
{\thecontentslabel\quad}{}
{\hspace{.5em}\titlerule*[1em]{$\cdot$}\contentspage}
\numberwithin{equation}{section}\numberwithin{figure}{section}\numberwithin{table}{section}
\renewcommand{\thefigure}{\thesection.\arabic{figure}}
\renewcommand{\thefigure}{\thesection-\arabic{figure}}
\renewcommand{\thesubfigure}{\thefigure-(\alph{subfigure})}
\renewcommand{\thetable}{\thesection.\arabic{table}}
\renewcommand{\thetable}{\thesection-\arabic{table}}
\allowdisplaybreaks%允许公式换页
\parindent=2em%新段缩进量
\def\@define@term#1{
Expand Down

0 comments on commit dc05d76

Please sign in to comment.