我正在使用来自此的样式文件关联适用于 WinEdt 7.0 中的 Latex。
当包含数字时,如果我使用pdflatex或者PDFTexify编译时无法识别每股收益文件:
! LaTeX Error: Unknown graphics extension: .eps.
如果我用乳胶或者特克西菲编译时无法识别巴布亚新几内亚文件:
! Undefined control sequence.
有没有办法使用这种样式来包含这两种格式?
tex 文件的示例:
\documentclass{tADR2e}
\begin{document}
\title{Title}
\maketitle
\section{Module}
\begin{figure}
\begin{center}
\includegraphics{img/1/work1} % the png file
\caption{The process.}
\label{diagram1}
\end{center}
\end{figure}
\begin{figure}
\begin{center}
\includegraphics{img/2/work2} % the eps file
\caption{The process.}
\label{diagram2}
\end{center}
\end{figure}
\end{document}
编译此 tex 会出现以下错误:
! LaTeX Error: File `img/2/work2' not found.
尽管这些图形没有扩展名,而且它们甚至位于不同的文件夹中。
>>pdflatex --version
MiKTeX-pdfTeX 2.9.4307 (1.40.12) (MiKTeX 2.9)
Copyright (C) 1982 D. E. Knuth, (C) 1996-2006 Han The Thanh
TeX is a trademark of the American Mathematical Society.
\listfile 日志可以找到这里。