作者springman (恩典与怜悯)
看板LaTeX
标题Re: [问题] 请问我贴图会自动换页..
时间Wed Apr 9 12:42:21 2008
http://www.csie.dyu.edu.tw/~spring/Temp/star.eps
这是我的 eps 档,您将它 include 到您的档案试看看。
突然发现我载入图形的方法与您不同,也许您可以试看看我的方式,
先在 begin{document} 下面加上
\input epsf
这一行,之後图形的 include 方式为如下:
\begin{figure}[ht]
\begin{center}
\leavevmode \hbox{ \epsfxsize = 3in \epsffile{star.eps}}
\end{center}
\caption{Illustration of {\bf $S_4$}.}
\label{fig}
\end{figure}
或者您的写法中 width=0.8 这里需不需要加上长度单位呢?
※ 引述《rz600000 (suedeN    )》之铭言:
: \documentclass{report}
: \usepackage{graphicx}
: \begin{document}
: \tableofcontents
: \chapter{Aesop Fables}
: \section{The Ant and the Dove}
: TEXT
: \begin{figure}
: \centering
: \includegraphics[width=0.8\textwidth]{a.eps}
: \caption{babababababab}
: \end{figure}
: TEXT
: \end{document}
: 我在文中贴图 那个图 会占满一页 而那页 就只有一张小小的图
: 一堆空白 我想要
: 字字字字字字字字字字
: 图图图图图图图图图图
: 图图图图图图图图图图
: 图图图图图图图图图图
: 字字字字字字字字字字
: 这样 的呈现方式 我上面哪里有错呢?
--
Xuite日志:
http://blog.xuite.net/springman/
网路城邦:
http://city.udn.com/v1/blog/index.jsp?uid=springman
圣经查询系统:
http://springbible.fhl.net/
芳苑教会:
http://fychurch.fhl.net/
信望爱bbs:
http://nbbs.fhl.net/
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 163.23.24.146
1F:推 rz600000:好像是我report关系...但是我又必须要用report class 04/09 13:07