我有 .png、.jpg 和 .pdf 格式的图形。当我使用 graphicx 时,我得到的不是渲染图形,而是带有文件名的框。发布的日志未显示查找文件时出现任何问题。
\documentclass[12pt,letterpaper,draft]{article}
\usepackage{graphicx}
\author{Anna Naden}
\title{Doc title}
\setlength{\parindent}{0pt}
\begin{document}
\begin{figure}
\includegraphics[width=0.5\textwidth]{temp.jpg}
\end{figure}
\end{document}
我尝试嵌入的图像:
https://i.stack.imgur.com/1JOi2.jpg
日志文件: https://drive.google.com/file/d/1wc4ibq9g0Sq0pBOFvoGhkc5yvlp7Q917/view?usp=sharing