Latex 圖片

\begin{figure}
\hrule
Nice Postscript, isn't it?
\begin{center}
\IfFileExists{graphicx.sty}{
  \includegraphics{body.eps}
}{
  Sorry, package \texttt{graphicx} not present.
}
\end{center}

Same, a little bit smaller:
\begin{center}
\IfFileExists{graphicx.sty}{
  \includegraphics[scale=.5]{body.eps}
  }{
  Sorry, package \texttt{graphicx} not present.
}
\end{center}
\caption{\label{fig-1}This is a nice floating figure}      \\Label是方便調用,以便再修改的時候隨之更改。
\hrule
\end{figure}

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章