souxunzhe 发表于 2009-1-30 13:24

latex插入图片问题

请问:我把图片保存成1.eps格式后放在与tex相同的文件夹下,在tex中使用epsffile{1.eps},然后编译,怎么总是出错~

qqqq4414 发表于 2009-1-30 14:27

烦人的问题ing,我都是用最简单的图像环境,帮你顶一下好了

birdfly412 发表于 2009-1-30 14:37

顶! 同问!   谢谢啦!

madio 发表于 2009-1-30 15:29

提示什么错误?我发的2007年的模版中有详细的加入eps图片的方法说明!

hanyang4347 发表于 2009-1-30 15:50

烦人的问题ing,我都是用最简单的图像环境,帮你顶一下好了

hippolyte 发表于 2010-2-17 22:32

法一、用工具栏中 includes graphics 按钮。
法二、用\begin{picture}
\documentclass{article}
\usepackage{graphicx}
\begin{document}
this is a picture of sudoku.
\begin{picture}(75,42)%坐标
\put(18,0){\includegraphics{C:/Users/rico/Desktop/sudu.eps}}
\put(78,50){sudu}
\end{picture}
\end{document}

******重要的是先用 LATEX 转换成 dvi格式 再转换成 pdf 格式。
祝好运!
页: [1]
查看完整版本: latex插入图片问题