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}

ここに画像の説明を入力してください

関連情報