0

2体のフィギュアを上下に配置するためにラテックスを使用しています。しかし、\centering を定義していますが、それらは中央に配置されていません。これが私のコードです:

\begin{figure}[htbp]
    \centering
    \subfigure[]
    {
      \begin{minipage}{4cm}
        \centering 
        \includegraphics[scale=0.3]{Figure1-0a.png}
      \end{minipage}
    }

    \subfigure[]
    {
        \begin{minipage}{4cm}
            \centering 
            \includegraphics[scale=0.4]{Figure1-0b.png}
        \end{minipage}
    }
    \caption{Negative effect from wind turbine. (a): harmful to birds (Source: https://arstechnica.com/science/2020/08/black-paint-on-wind-turbines-helps-prevent-bird-massacres/). (b): noise level (Source: https://www.letsgosolar.com/consumer-education/solar-power-wind-power/).} 
    \label{img1-0}
\end{figure}

そして、それはそのように示しています

ここに画像の説明を入力

誰でもこの問題を解決するのを手伝ってくれませんか?

4

0 に答える 0