이미지의 하위 캡션을 다른 크기로 정렬하는 방법은 무엇입니까?

이미지의 하위 캡션을 다른 크기로 정렬하는 방법은 무엇입니까?

위 이미지의 캡션을 정렬해야 합니다.

\documentclass[12pt]{article}
\usepackage{blindtext}
\usepackage{graphicx,psfrag,epsf}
\usepackage{epstopdf}

\usepackage{float}
\usepackage[export]{adjustbox}
\usepackage{mathtools}
\usepackage{verbatim}

%\usepackage[subrefformat=parens,labelformat=parens]{subfig}
\usepackage{caption}
\usepackage{subcaption}
\newcommand{\bs}{\boldsymbol}
%\renewcommand\thesubfigure{\alph{subfigure}}

% correct bad hyphenation here

%\pdfminorversion=4
% NOTE: To produce blinded version, replace "0" with "1" below.
\newcommand{\blind}{0}

% DON'T change margins - should be 1 inch all around.
\addtolength{\oddsidemargin}{-.5in}%
\addtolength{\evensidemargin}{-.5in}%
\addtolength{\textwidth}{1in}%
\addtolength{\textheight}{-.3in}%
\addtolength{\topmargin}{-.8in}%

\begin{document}

The Figure~\ref{descriptive1} is composed by Figure~\ref{fig:hist_longair} and Figure~\ref{fig:curve_longair}.

\begin{figure}
    \centering
    \begin{subfigure}{.5\textwidth}
        \centering
        \includegraphics[width=.7\linewidth]{tom.png}
        \caption{Tom is a cat}
        \label{fig:hist_longair}        
    \end{subfigure}%
    \begin{subfigure}{.5\textwidth}
        \centering
        \includegraphics[width=.75\linewidth]{jerry.png}
        \caption{Jerry is a mouse}
        \label{fig:curve_longair}       
    \end{subfigure} 
    \caption{Tom and Jerry are animals}
\end{figure}
\end{document}

내 수치는 다음과 같습니다

여기에 이미지 설명을 입력하세요
여기에 이미지 설명을 입력하세요

관련 정보