使用\includegraphics
如下命令:
\includegraphics{Rplot01}
会产生错误:
! Paragraph ended before \@tempa was complete Error while using graphicx package
这让我抓狂了,我花了大约 3 个小时寻找解决方案,却没有找到任何相关内容。我只想将图像导入我的 pdf。这不应该太复杂。
我在 Windows 10 上使用 TexMaker。这是我使用的代码:
\documentclass{article}
\usepackage{graphics}
\begin{document}
\includegraphics{Rplot01}
\end{document}
该.png
文件也保存在目录中test.tex
。
感谢您的帮助!