Passion/Editor

Latex 두 칼럼에 겹쳐서 그림넣기

sunshout 2007. 8. 30. 22:23
* 두 칼럼에 겹쳐서 그림 넣기

(Language : text)\usepackages{graphicx}           #이건 문서 최상단에 존재해야 png, eps 등을 인식할 수 있음

\begin{figure*}

\centering                                #그림을 가운데
\includegraphics[width=2in,height==1in]{xxxx.png}                #width, height는 옵션
\caption{샬라샬라}                                                              #Fig x. 샬라샬라
\label{figure_label}                                                             #그림 reference title
\end{figure*}

...
..
본문에서 글을 참조할 때
\ref{figure_label}


ㅇ 두칼럼에 겹쳐서 그림 넣기 : *
ㅇ 그림을 바닥에 붙이기: [!b]
     ex) \begin{figure}[!b]