新建文件夹.rar

我使用的是texlive2020,texstudio,在编辑eps文件时出现了以下情况: 

image.png

图(a),(b),(c)为jpg格式,可以看出其比较模糊,图(d)为eps格式,但只显示了标题 : 代码如下

\documentclass[CJK,a4paper,openany,10pt,oneside]{ctexart}
\usepackage{graphicx}
\usepackage{epstopdf}
\lineskip 0.5ex
\parskip 0.5ex
\makeatletter

\makeatother
\usepackage{amsmath, amsthm, amsfonts, amssymb}
\usepackage{mathrsfs}
\textwidth=15cm \textheight=22truecm \oddsidemargin 0.5cm
\evensidemargin 0.5cm
\usepackage{geometry}
\geometry{top=2.5cm}
\usepackage{algorithm,float}
\usepackage{algorithmic}
\usepackage{wrapfig}
\usepackage{fancyhdr}
\usepackage{mathtools}
\usepackage{xcolor,color}
\usepackage{esint}
\usepackage{enumerate}
\usepackage{bbm}
\numberwithin{equation}{section}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{definition}{Def}[section]
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{lemma}[theorem]{Lemma}
\usepackage{mathrsfs}
\usepackage{appendix}
\usepackage[colorlinks,linkcolor=blue]{hyperref}
\usepackage{subcaption}
\newenvironment{breakablealgorithm}
{% \begin{breakablealgorithm}
 \begin{center}
  \refstepcounter{algorithm}% New algorithm
  \hrule height.8pt depth0pt \kern2pt% \@fs@pre for \@fs@ruled
  \renewcommand{\caption}[2][\relax]{% Make a new \caption
   {\raggedright\textbf{\ALG@name~\thealgorithm} ##2\par}%
   \ifx\relax##1\relax % #1 is \relax
   \addcontentsline{loa}{algorithm}{\protect\numberline{\thealgorithm}##2}%
   \else % #1 is not \relax
   \addcontentsline{loa}{algorithm}{\protect\numberline{\thealgorithm}##1}%
   \fi
   \kern2pt\hrule\kern2pt
  }
 }{% \end{breakablealgorithm}
  \kern2pt\hrule\relax% \@fs@post for \@fs@ruled
 \end{center}
}
\begin{document}

\begin{figure}[ht]
 \centering
 \begin{minipage}{4cm}
  \includegraphics[width=4cm]{N=5.png}
  \subcaption{N=5}
 \end{minipage}
 \begin{minipage}{4cm}
  \includegraphics[width=4cm]{N=10}
  \subcaption{N=10}
 \end{minipage}
 
 \begin{minipage}{4cm}
  \includegraphics[width=4cm]{N=20}
  \subcaption{k=20}
 \end{minipage}
 \begin{minipage}{4cm}
  \includegraphics[width=4cm]{N=40.eps}
  \subcaption{N=40}
 \end{minipage}
 \caption{数值解与精确解}
\end{figure}
\end{document}

请问是哪里出了问题呢?(附件中为所用到的图片)

2 回答2

0
<p style="line-height: 16px;"><img style="vertical-align: middle; margin-right: 2px;" src="https://wenda.latexstudio.net/static/js/neweditor/dialogs/attachment/fileTypeImages/icon_pdf.gif"><a style="font-size:12px; color:#0066cc;" href="/data/ueditor/php/upload/file/20200422/1587542308399151.pdf" title="N=40.pdf">N=40.pdf</a></p><p>把 eps 转换为 pdf 文件后,用 xelatex 编译命令,没有问题。<br></p>

作者追问:2020-04-22 18:32

那就很奇怪了,我编译时也没有报错啊

  • 回复 OsbertWang : 疑惑脸。 – Liam 2020-04-22 17:25 回复
  • 回复 Liam :其实是的……我也没问题,只不过习惯了先手动转,懒得测试那么多了 – OsbertWang 2020-04-22 17:24 回复
  • 不转换也没发现问题……不论是 XeLaTeX 还是 PDFLaTeX…… – Liam 2020-04-22 17:00 回复
0
<p>转PDF是正道。</p>

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。