我知道这是论坛上的常见请求,但我尝试了之前帖子中的所有建议,但均未成功。如果问题仍然很明显,我深表歉意。
所以基本上,我试图使用 TexShop 编辑器在我的 LaTex 文档上编译一个 pdf 图像,但图像没有出现,也没有错误警告:只是一个空白区域。
这是我通常的编码:
\documentclass{article}
\usepackage{layouts}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\begin{document}
\begin{figure}[!htb]
\captionsetup{skip=0.5\baselineskip,size=footnotesize}
\centering
\includegraphics[width=\textwidth]{myfigure}
\caption{This is the caption text}
\label{fig:myfigure}
\end{figure}
\end{document}
有人能帮助我理解为什么会发生这种情况吗?
先感谢您,