Sample code:

\begin{figure*}
\centering
% Requires \usepackage{graphicx}
\includegraphics[width=7in]{a.eps}
\caption{(b)-(e) Human-study interfaces for (a) with increasingly more contextual information.}\label{}
\end{figure*}

Error:

Answer:

错误原因:很简单, 就是使用includegraphics插入图片为eps格式,是多数参考书籍给出的方法,但此种方法只能用latex默认编译器使用,如果使用Ctex(中国改造版,默认为pdflaTex),则不能。

Solution:

是图片和pdflatex一起用时的错误。

两种解决方法:

1、可以将eps文件转换为pdf图片或jpg图片。

2、用latex而不是pdflatex:tex处理过tex文件后生成dvi文件,然后通过dvipdf转换成pdf文件;

pdflatex直接处理tex文件,输出pdf文件,pdflatex使用jpg,png能图片格式,不能使用eps文件。

keywords:

latex, and pdflatex in dvi mode, support graphics in encapsulated
postscript (.eps) format. pdflatex in pdf mode supports graphics
in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure
 that all non-photo figures use a vector format (.eps, .pdf, .mps) and
 not a bitmapped formats (.jpeg, .png).

最新文章

  1. CI加载model的问题
  2. 【NOIP 2015 & SDOI 2016 Round1 & CTSC 2016 & SDOI2016 Round2】游记
  3. php课程---Json格式规范需要注意的小细节
  4. jquery.validate的使用
  5. hive 学习笔记精简
  6. web添加第三方应用,前端解决跨域问题的8种方案
  7. 01Design and Analysis Algorithm Using Python-程振波
  8. Java中构造方法、实例方法、类方法的区别
  9. MFC自绘菜单
  10. 在django中如何通过已有的mysql表生成django的model
  11. HDU 1811 Rank of Tetris 【拓扑排序】+【并查集】
  12. 第10章 网络安全(4)_网络层安全IPSec
  13. Java.FamousBlogs
  14. Drupal使用
  15. 使用badblocks检测坏块
  16. epoll实现机制分析
  17. .NET 中小心嵌套等待的 Task,它可能会耗尽你线程池的现有资源,出现类似死锁的情况
  18. Fibonacci数列时间复杂度之美妙
  19. DesignPattern(一)设计模式的六个基本原则
  20. Maven(三)理解Maven核心概念

热门文章

  1. 咦,为DJANGO的ORM的QUERYSET增加数据列的样码,很好用哟
  2. IText 中文字体解决方案 生成doc文档
  3. linux 配置java环境变量
  4. Weblogic下部署的应用,当更新文件时需要重新安装部署
  5. codeforces #313 div1 E
  6. 李洪强iOS开发之 - WebViewJavascriptBridge
  7. 【转】深入研究java.lang.Runtime类
  8. IIS会话过期的问题/WCF日志管理
  9. s3c6410 开发板Linux系统支持 K9GAG08U0E的方法
  10. Maven相关内容学习笔记一:基本配置和使用