看板 LaTeX 關於我們 聯絡資訊
※ 引述《shiyoung (睽違已久的ID)》之銘言: : 大家好 : 我的目標是 : --------------------------------- : ┌────────┐ : │ │ : text 1 │ figure 1 │ : │ │ : └────────┘ : --------------------------------- : ┌────────┐ : │ │ : text 2 │ figure 2 │ : │ │ : └────────┘ : --------------------------------- : 虛線不需要出現 : 主要是希望 text 1 text 2 可以出現在該欄位的正中央 \begin{figure} \centering \begin{minipage}[c]{.45\linewidth} \centering \caption{text 1} \label{fig:side:caption} \end{minipage}% \begin{minipage}[c]{.45\linewidth} \centering \includegraphics[width=\linewidth]{figure1.eps} \end{minipage} \end{figure} -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.120.6.145
micklin:用caption不會有問題嗎... 02/01 15:15