2 つのサブ図のキャプションを図の下ではなく横に表示して、スペースを節約し、図同士を近づけたいと考えています。どんな助けでも大歓迎です! よろしくお願いします:)
\documentclass{scrreprt}
\usepackage{subfig}
\usepackage{graphicx}
\begin{document}
\begin{figure}[h!]
\centering
\subfloat[Top view]{%
\includegraphics[width=0.6\textwidth]{example-image-16x9}}
\\
\subfloat[Side view]{%
\includegraphics[width=0.6\textwidth]{example-image-16x9}}
\caption{This is the ``main'' caption}
\end{figure}
\end{document}