我是LaTeX的新手,还在学习。所以我有这个jpg图像的问题。代码是:
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}
\includegraphics[width=\linewidth]{images.jpg}
\caption{A boat.}
\label{fig:boat1}
\end{figure}
Figure \ref{fig:boat1} shows a boat.
\end{document}
结果是带有标题和引用的pdf文件,但没有图片。有解决方案吗感谢。
答案 0 :(得分:0)
您需要使用pdflatex编译您的文档。常规tex编译器不能处理.jpg图像。