作者springman (司布林)
看板LaTeX
标题Re: [问题] 请问 EPS 档案的问题?
时间Fri Jul 25 20:27:20 2008
可能有不同的做法吧,我的做法如下。
在很前面先
\input epsf %load the epsf library
载入图形的地方写法如下面的例子,
\begin{figure}[ht]
\begin{center}
\leavevmode \hbox{ \epsfxsize = 4in \epsffile{Hypercube_Q4.eps}}
\end{center}
\caption{Illustration of {\bf Hypercube $Q_4$}.}
\label{Hypercube_Q4}
\end{figure}
档名的地方要改成您自己的档名,其余的 label 或 caption 也改成自己适合的吧!
※ 引述《gary17 (人生21才开始)》之铭言:
: 使用 EPS 图档 编译後 图出不来
: 用 winedit texmaker 都不行 环境为XP miktex2.7
: 先转dvi 再转ps 再pdf 也不行
: 原始码为
: \documentclass[12pt]{article}
: %\usepackage[dvips]{graphicx}
: \usepackage{graphics}
: \usepackage{graphicx}
: \usepackage{epstopdf}
: \begin{document}
: \begin{figure}[!ht]
: \begin{center}
: \includegraphics[width=\linewidth]{D:/123/s33333333333333.eps}
: \end{center}
: \caption{eps}
: \end{figure}
: \end{document}
: 顺便问一下 使用eps 要额外使用什麽套件嘛?
: 谢谢
--
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: 61.225.34.31