Skip to content

Commit

Permalink
Change from subcaption to subfig package
Browse files Browse the repository at this point in the history
Avoid incompatibility with old subcaption package distribution.
  • Loading branch information
bdebye committed Feb 15, 2020
1 parent e59727d commit 33a42ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,13 @@ \section{入射波}

\begin{figure}[h]
\subfloat[]{
\label{picb}
\includegraphics[width=7.3cm]{picb.pdf}}
\label{picb}
\includegraphics[width=7.3cm]{picb.pdf}
}
\subfloat[]{
\label{picc}
\includegraphics[width=6.41cm]{picc.pdf}}
\label{picc}
\includegraphics[width=6.41cm]{picc.pdf}
}
\caption{调制高斯脉冲时域与频率波形,时域阻抗元素的存储技术也是时间步进算法并行化的关键技术之一,采用合适的阻抗元素存储方式可以很大的提高并行时间步进算法的计算效率。}
\label{fig1}
\end{figure}
Expand Down
2 changes: 1 addition & 1 deletion thesis-uestc.cls
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
\graphicspath{{./pic/}}

\RequirePackage[titles]{tocloft}
\RequirePackage[labelformat=simple]{subcaption}
\RequirePackage[labelformat=simple]{subfig}
\captionsetup[sub]{font=small, belowskip=6pt}
\renewcommand{\thesubfigure}{(\alph{subfigure})}
\newcommand{\floatcontinue}{\end{figure}\clearpage\begin{figure}[tb]\ContinuedFloat}
Expand Down

0 comments on commit 33a42ce

Please sign in to comment.