使用 includegraphics 时没有显示任何内容

使用 includegraphics 时没有显示任何内容

我试图将图片(截图)放入我的文章中,但什么都没有发生。没有消息错误,没有框,什么都没有。我正在使用 Texmaker,并使用快速构建进行编译。如果我使用 PDFLaTex 进行编译,则没有任何区别。

我尝试在它周围放置一个 fbox,但仍然没有任何反应。

谢谢。

\documentclass[11pt, twoside]{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}[h]
    \centering
    \includegraphics[width=\linewidth]{circuitequi.png}
    \caption{Circuit équivalent au cable coaxial}
\end{figure} 
\end{document}

在此处输入图片描述

相关内容