LaTeX 中图片格式错误情况

论坛 期权论坛 编程之家     
选择匿名的用户   2021-6-2 20:52   1719   0

Unknown graphics extension: .eps


利用宏包usepackage {graphicx}

是图片和pdflatex一起用时的错误。注:{不是所有的时候,有时候也能通过}

两种解决方法:

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

2、用latex而不是pdflatex:
tex处理过tex文件后生成dvi文件,然后通过dvipdf转换成pdf文件;
pdflatex直接处理tex文件,输出pdf文件,pdflatex使用jpg,png能图片格式,不能使用eps文件。

但用latex后,模板Singapore就不会有像pdflatex很好的效果,底色都变成了白的。

3、但是利用latex只能处理eps格式图片文件,pdf和jpg,png格式文件又不支持,所有在使用时最好使用一种格式文件

测试程序:{环境:CTEX2.9 FULL, Windows X64}

\documentclass{article}

\usepackage{graphicx}

\begin{document}

\begin{figure}

\centering

\includegraphics[width=6in]{IEEE.jpg}

\includegraphics[width=6in]{2011SSRR.pdf}

% \includegraphics[width=6in]{NPU_logo.eps}

\end{figure}

\end{document}

LaTeXPDF编译通过,但是LaTeX编译不能通过

\documentclass{article}

\usepackage{graphicx}

\begin{document}

\begin{figure}

\centering

% \includegraphics[width=6in]{IEEE.jpg}

% \includegraphics[width=6in]{2011SSRR.pdf}

\includegraphics[width=6in]{NPU_logo.eps}

\end{figure}

\end{document}

LaTeX编译通过,但是LaTeXPDF编译不能通过

版权声明:本文为小平果原创文章,转载请注明:http://blog.csdn.net/i10630226

转载于:https://www.cnblogs.com/dingxiaoyue/p/4948309.html

分享到 :
0 人收藏
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

积分:3875789
帖子:775174
精华:0
期权论坛 期权论坛
发布
内容

下载期权论坛手机APP