我目前正在使用 Overleaf 为一门自定进度的课程写笔记,并注意到尽管文档中有相同的代码,但我似乎无法正确显示图像。我当前的代码如下:
\documentclass{article}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
...
\begin{document}
...
\subsection{The Internet}
Structure of the internet can be defined as following:
\begin{itemize}
\item Mobile Network
\item National/Global ISP
\item Local/Regional ISP
\item Home Network
\item Enterprise Network
Above five parts are the main components that makes up the network. \textit{Figure 1} Represents how each of these parts are related.
\end{itemize}
\begin{figure}[htp]
\centering
\includegraphics[width=6cm]{{Chapter1/NetworkStruct}}
\caption{Overall structure of network.}
\label{fig:Unit 1}
\end{figure}
...
\end{document}
省略号表示与此问题不直接相关的信息。我当前的输出如下:
我查看了之前的故障排除线程,但似乎他们使用的是不同的 TeX 编辑器,可以直接从他们的机器导入,而我则在线上传了 imagine。任何建议都将不胜感激!
答案1
刚刚解决了这个问题......事实证明,我使用“快速[草稿]”模式来防止渲染图像进行快速编译,所以我所做的没有任何问题......这是我参考的解决这个问题的链接: