Latex 大神求指导~
来源:学生作业帮 编辑:大师作文网作业帮 分类:综合作业 时间:2024/11/14 07:56:58
Latex 大神求指导~
\documentclass{article}
\usepackage{ctex}
\usepackage{graphicx}
\title{Introduction to LaTeX}
\author{Bill}
\date{October 31st, 2010}
\begin{document}
\maketitle
Hello world!
\end{document}
\begin{figure}[h!]
\centering
\includegraphics[width=0.8\textwideth]{11.eps}
\caption{first}
\label{fig:11}
\end{figure}
用ctex编译器,想插入图片,转成pdf,有文字但没有图片 一大片空白.图片在目录下.想知道是哪个地方出错了
\documentclass{article}
\usepackage{ctex}
\usepackage{graphicx}
\title{Introduction to LaTeX}
\author{Bill}
\date{October 31st, 2010}
\begin{document}
\maketitle
Hello world!
\end{document}
\begin{figure}[h!]
\centering
\includegraphics[width=0.8\textwideth]{11.eps}
\caption{first}
\label{fig:11}
\end{figure}
用ctex编译器,想插入图片,转成pdf,有文字但没有图片 一大片空白.图片在目录下.想知道是哪个地方出错了
\end{document}
放到文档最后
放到文档最后