子標題位於圖像旁邊

子標題位於圖像旁邊

我試圖讓兩個子圖的標題位於圖的側面而不是它們的下方,以便能夠節省一些空間並使它們彼此更接近。非常感謝任何幫助!先致謝:)

\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}

在此輸入影像描述

相關內容