我正在使用 Windows x64 位、Texmaker 5.0.3、基本 miktex 2.9.6850,当我编译此代码时,我的意思是当我运行“LaTeX”时:
\documentclass[twocolumn,prl,nobalancelastpage,aps,10pt]{revtex4-1}
%\documentclass[rmp,preprint]{revtex4-1}
\usepackage[latin9]{inputenc}
\usepackage[english]{babel}
\usepackage{graphicx,bm,times}
\graphicspath{ {C:/Varie/UNI/MANO/I-semestre-2018/fraboni/esperimenti/RT/pictures/} }
\begin{document}
…
\includegraphics{apparatus.pdf}
我在 png 和 pdf 格式文件中都遇到此错误:
!LaTeX 错误:无法确定 C:/Varie/UNI/MANO/I-semestre -2018/fraboni/esperimenti/RT/pictures/apparatus.pdf 中的图形大小(没有 BoundingBox)。
我在这里看到了其他答案,但我无法解决它。
答案1
您需要运行 pdflatex 而不是 latex,latex 不支持除 eps 之外的任何东西。