公告版位
■ 初次來訪點閱推薦 → 導覽 FC2 分家

不歡迎注音文。尤利❤❤❤、V家❤

鮮網專欄:黑暗中漫舞 藍月傳說 [復活]

■ 參加場次:CWT31預定、新刊預定 ■

■ 社團網站:月詠
■ 動畫小說戲劇感想為個人紀錄,請不要要求客觀。

個人使用之Latex SubFigure用法。

網路上找到的也有人用miniPage之類的,可是好麻煩所以用這個就好www

語法連結

 

\usepackage{subfigure}

總而言之要先用subfigure這個package。

 
\begin{figure}[ht]
\centering

\subfigure[Subfigure 1 caption]{
   \includegraphics[scale =1] {subfigure1.eps}
   \label{fig:subfig1}
 }

 \subfigure[Subfigure 2 caption]{
   \includegraphics[scale =1] {subfigure2.eps}
   \label{fig:subfig2}
 }

 \subfigure[Subfigure 3 caption]{
   \includegraphics[scale =1] {subfigure3.eps}
   \label{fig:subfig3}
 }


\label{myfigure}
\caption{Global figure caption}
\end{figure}

 

引用自:http://www.codealias.info/technotes/latex_subfigure_example

 

其他相關參考資料

- 中央研究院:Latex Example

- Eddie Original:Latex筆記 - 圖形並排 

- 好像是對岸的Minipage排法:這裡

Posted by 修龍|森.もり at 痞客邦 PIXNET 留言(2) 引用(0) 人氣()

open trackbacks list Trackbacks (0)

留言列表 (2)

Post Comment
  • Private Comment
  • CA
  • 謝謝你的分享 不過你的 latex code 無法複製, 令人遺憾
  • 應要求把code放出來XD

    修龍|森.もり replied in 2012/02/06 01:08

You haven’t logged in yet, please use guest status to leave message. You can also log in with above service account and leave message

other options