使用 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}

在此輸入影像描述

相關內容