提问于:
浏览数:
3155
![](/static/images/ext/pdf.gif)No.pdf
![](/static/images/ext/pdf.gif)OK.pdf
% !TeX TS-program = xelatex
%texlive20190410
\documentclass{book}
\usepackage{pdfpages}
\usepackage{graphicx}
\begin{document}
\includegraphics[width=5cm]{OK.pdf}%这个可以显示
\includegraphics[width=5cm]{No.pdf}%这个不能显示
\end{document}
2 回答
1
你的问题在我这里无法复现,我这里是正常的,或是你的问题描述不清晰。
![](https://pics.latexstudio.net/data/images/202002/e870f4602dba2ad.png)
作者追问:2020-02-10 11:30
![](https://pics.latexstudio.net/data/images/202002/bc2d2560c60679e.png)
%这是我的日志,我安装的软件好好的,为什么问题不能复现呢?是我的软件安装有问题吗?
-
新安装的肯定运行不出来插入的pdf图片 – kk992558 2020-02-10 23:08 回复
0
```tex
\documentclass{ctexart}
\usepackage{graphicx}
\begin{document}
\includegraphics[width=0.9\linewidth]{No.pdf}
\includegraphics[height=0.9\textheight]{OK.pdf}
\end{document}
```
我用两种编译命令跑上面的内容,没任何问题。
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。