导入图像问题

导入图像问题

我需要将图像导入到我的标题页中,当我尝试时,它只显示一个带有图像名称和扩展名(College.png)的空白框。我已将“图像”文件夹设置在保存 .tex 文件的目录中。我的代码如下

\documentclass[11pt,oneside,a4paper,draft]{article}
\usepackage{graphicx}
\graphicspath{ {Images/} }

\title{Title}
\date{Date}
\author{Authors}

\begin{document}

\pagenumbering{gobble}
\maketitle
\centering
\includegraphics[scale=0.2]{College}

任何建议都会非常有用,我只使用 LaTeX 几天。

相关内容